この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!
CanvasImageSource
is a helper type representing any objects of one of the following types: HTMLImageElement
, HTMLVideoElement
, HTMLCanvasElement
, or ImageBitmap
.
This is a helper type to simplify the specification, it is not an interface and there are no objects implementing it.
Specifications
Specification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'CanvasImageSource' in that specification. |
Living Standard | Initial definition. |