We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9136a87 commit 53930ddCopy full SHA for 53930dd
inputfiles/removedTypes.jsonc
@@ -118,18 +118,18 @@
118
},
119
"dictionaries": {
120
"dictionary": {
121
- "AudioEncoderConfig": {
+ "AudioContextOptions": {
122
"members": {
123
"member": {
124
- "flac": null // Blink only as of 2024-09
+ "renderSizeHint": null, // No implementation as of 2023-10
125
+ "sinkId": null // Blink only as of 2023-10
126
}
127
128
- "AudioContextOptions": {
129
+ "AudioEncoderConfig": {
130
131
- "renderSizeHint": null, // No implementation as of 2023-10
132
- "sinkId": null // Blink only as of 2023-10
+ "flac": null // Blink only as of 2024-09
133
134
135
0 commit comments