1,295
edits
Line 190: | Line 190: | ||
interface HTMLCanvasElement { | interface HTMLCanvasElement { | ||
Stream | readonly attribute Stream stream; | ||
}; | }; | ||
' | 'stream' is a stream containing the "live" contents of the canvas as video frames, and no audio. | ||
==== Examples ==== | ==== Examples ==== |
edits