Skip to content

Commit

Permalink
Remove createObjectURL extension
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored and queengooborg committed Nov 18, 2020
1 parent 85f4c71 commit 729a2ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ed/idl/media-source.idl
Expand Up @@ -66,11 +66,6 @@ interface SourceBufferList : EventTarget {
getter SourceBuffer (unsigned long index);
};

[Exposed=Window]
partial interface URL {
static DOMString createObjectURL (MediaSource mediaSource);
};

partial interface AudioTrack {
readonly attribute SourceBuffer? sourceBuffer;
};
Expand Down

0 comments on commit 729a2ef

Please sign in to comment.