mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add Navigator::MediaDevices
This commit is contained in:
parent
8b55d69fe1
commit
eee183d7f4
2 changed files with 9 additions and 1 deletions
|
@ -13,7 +13,7 @@ interface MediaDevices : EventTarget {
|
|||
|
||||
partial interface Navigator {
|
||||
// [SameObject, SecureContext]
|
||||
// readonly attribute MediaDevices mediaDevices;
|
||||
[Pref="dom.webrtc.enabled"] readonly attribute MediaDevices mediaDevices;
|
||||
};
|
||||
|
||||
partial interface MediaDevices {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue