Skip to content

Commit

Permalink
Adapt api.AudioWorkletNode.processorerror_event to new events structure
Browse files Browse the repository at this point in the history
This PR adapts the processorerror event of the AudioWorkletNode API to conform to the new events structure.  Part of work for mdn#14578.
  • Loading branch information
queengooborg committed Feb 19, 2022
1 parent b2f7476 commit d56e018
Showing 1 changed file with 1 addition and 49 deletions.
50 changes: 1 addition & 49 deletions api/AudioWorkletNode.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,55 +98,6 @@
}
}
},
"onprocessorerror": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioWorkletNode/onprocessorerror",
"spec_url": "https://webaudio.github.io/web-audio-api/#dom-audioworkletnode-onprocessorerror",
"support": {
"chrome": {
"version_added": "66"
},
"chrome_android": {
"version_added": "66"
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": "76"
},
"firefox_android": {
"version_added": "79"
},
"ie": {
"version_added": false
},
"opera": {
"version_added": "53"
},
"opera_android": {
"version_added": "47"
},
"safari": {
"version_added": "14.1"
},
"safari_ios": {
"version_added": "14.5"
},
"samsunginternet_android": {
"version_added": "9.0"
},
"webview_android": {
"version_added": "66"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"parameters": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioWorkletNode/parameters",
Expand Down Expand Up @@ -249,6 +200,7 @@
"__compat": {
"description": "<code>processorerror</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/AudioWorkletNode/processorerror_event",
"spec_url": "https://webaudio.github.io/web-audio-api/#dom-audioworkletnode-onprocessorerror",
"support": {
"chrome": {
"version_added": "66"
Expand Down

0 comments on commit d56e018

Please sign in to comment.