LibWeb: Mark [Managed]MediaSource[Handle] as experimental
This commit is contained in:
parent
316ffb300b
commit
4facec1b40
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#import <MediaSourceExtensions/MediaSource.idl>
|
||||
|
||||
// https://w3c.github.io/media-source/#managedmediasource-interface
|
||||
[Exposed=(Window,DedicatedWorker)]
|
||||
[Exposed=(Window,DedicatedWorker), Experimental]
|
||||
interface ManagedMediaSource : MediaSource {
|
||||
constructor();
|
||||
[FIXME] readonly attribute boolean streaming;
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ enum EndOfStreamError {
|
|||
};
|
||||
|
||||
// https://w3c.github.io/media-source/#dom-mediasource
|
||||
[Exposed=(Window,DedicatedWorker)]
|
||||
[Exposed=(Window,DedicatedWorker), Experimental]
|
||||
interface MediaSource : EventTarget {
|
||||
constructor();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
// https://w3c.github.io/media-source/#dom-mediasourcehandle
|
||||
[Transferable, Exposed=(Window,DedicatedWorker)]
|
||||
[Transferable, Exposed=(Window,DedicatedWorker), Experimental]
|
||||
interface MediaSourceHandle {};
|
||||
|
|
|
|||
Loading…
Reference in a new issue