mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
dom: Add stub implementation for HTMLCanvasElement.captureStream.
This commit is contained in:
parent
9fe92ecb4c
commit
1ae117f67b
4 changed files with 24 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue