Bug 1884211 - Put AudioData behind the Web Codecs pref. r=webidl,emilio

An oversight in the initial landing in bug 1858958.

Differential Revision: https://phabricator.services.mozilla.com/D204230
This commit is contained in:
Paul Adenot 2024-03-11 15:45:19 +00:00
Родитель 0453db814c
Коммит 14fe32c9f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);