mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +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
|
@ -133,6 +133,9 @@ mod gen {
|
|||
enabled: bool,
|
||||
}
|
||||
},
|
||||
canvas_capture: {
|
||||
enabled: bool,
|
||||
},
|
||||
canvas_text: {
|
||||
enabled: bool,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue