Skip to content

Commit

Permalink
Bug 1884211 - Put AudioData behind the Web Codecs pref. r=webidl,emilio
Browse files Browse the repository at this point in the history
An oversight in the initial landing in bug 1858958.

Differential Revision: https://phabricator.services.mozilla.com/D204230
  • Loading branch information
padenot committed Mar 11, 2024
1 parent 0453db8 commit 14fe32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/webidl/AudioData.webidl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

// [Serializable, Transferable] are implemented without adding attributes here,
// but directly with {Read,Write}StructuredClone and Transfer/FromTransfered.
[Exposed=(Window,DedicatedWorker)]
[Exposed=(Window,DedicatedWorker), Pref="dom.media.webcodecs.enabled"]
interface AudioData {
[Throws]
constructor(AudioDataInit init);
Expand Down

0 comments on commit 14fe32c

Please sign in to comment.