mirror of
https://github.com/servo/servo.git
synced 2025-09-18 19:08:22 +01:00
Barebones media UI
This commit is contained in:
parent
4f6b86f9f5
commit
1c02fc94a8
11 changed files with 177 additions and 25 deletions
|
@ -211,3 +211,9 @@ partial interface Document {
|
|||
};
|
||||
|
||||
Document implements DocumentOrShadowRoot;
|
||||
|
||||
// Servo internal API.
|
||||
partial interface Document {
|
||||
[Throws]
|
||||
ShadowRoot servoGetMediaControls(DOMString id);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue