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 bb365bc commit 2ea7919Copy full SHA for 2ea7919
.eslintrc.js
@@ -35,6 +35,9 @@ module.exports = {
35
// From Streams specification
36
"TransformStream": true,
37
// From WebCodec specification
38
+ "AudioData": true,
39
+ "AudioEncoder": true,
40
+ "AudioDecoder": true,
41
"VideoFrame": true,
42
"VideoEncoder": true,
43
"VideoDecoder": true,
0 commit comments