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

@ -133,6 +133,9 @@ mod gen {
enabled: bool,
}
},
canvas_capture: {
enabled: bool,
},
canvas_text: {
enabled: bool,
},