mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Hide interfaces behind webrtc pref
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
// https://w3c.github.io/webrtc-pc/#dom-rtcdatachannelevent
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, Pref="dom.webrtc.enabled"]
|
||||
interface RTCDataChannelEvent : Event {
|
||||
constructor(DOMString type, RTCDataChannelEventInit eventInitDict);
|
||||
readonly attribute RTCDataChannel channel;
|
||||
|
||||
Reference in New Issue
Block a user