Skip to content

Commit 01977d5

Browse files
committed
Fix ScriptProcessorNode
1 parent 435dc9d commit 01977d5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

api/ScriptProcessorNode.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ScriptProcessorNode": {
44
"__compat": {
55
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ScriptProcessorNode",
6+
"spec_url": "https://webaudio.github.io/web-audio-api/#ScriptProcessorNode",
67
"support": {
78
"chrome": {
89
"version_added": "24"
@@ -28,14 +29,15 @@
2829
},
2930
"status": {
3031
"experimental": false,
31-
"standard_track": false,
32+
"standard_track": true,
3233
"deprecated": true
3334
}
3435
},
3536
"audioprocess_event": {
3637
"__compat": {
3738
"description": "`audioprocess` event",
3839
"mdn_url": "https://developer.mozilla.org/docs/Web/API/ScriptProcessorNode/audioprocess_event",
40+
"spec_url": "https://webaudio.github.io/web-audio-api/#eventdef-scriptprocessornode-audioprocess",
3941
"support": {
4042
"chrome": {
4143
"version_added": "24"
@@ -61,7 +63,7 @@
6163
},
6264
"status": {
6365
"experimental": false,
64-
"standard_track": false,
66+
"standard_track": true,
6567
"deprecated": true
6668
}
6769
}
@@ -95,7 +97,7 @@
9597
},
9698
"status": {
9799
"experimental": false,
98-
"standard_track": false,
100+
"standard_track": true,
99101
"deprecated": true
100102
}
101103
}

0 commit comments

Comments
 (0)