Add Navigator::MediaDevices

This commit is contained in:
Manish Goregaokar 2019-01-28 13:15:38 -08:00
parent 8b55d69fe1
commit eee183d7f4
2 changed files with 9 additions and 1 deletions

View file

@ -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 {