dom: Add stub implementation for HTMLCanvasElement.captureStream.

This commit is contained in:
Josh Matthews 2020-07-14 12:06:46 -04:00
parent 9fe92ecb4c
commit 1ae117f67b
4 changed files with 24 additions and 0 deletions

View file

@ -23,4 +23,9 @@ interface HTMLCanvasElement : HTMLElement {
//OffscreenCanvas transferControlToOffscreen();
};
partial interface HTMLCanvasElement {
[Pref="dom.canvas_capture.enabled"]
MediaStream captureStream (optional double frameRequestRate);
};
//callback BlobCallback = void (Blob? blob);