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 bb71d72 commit c73241fCopy full SHA for c73241f
streams.cjs
@@ -1,3 +1,4 @@
1
+/* c8 ignore start */
2
// 64 KiB (same size chrome slice theirs blob into Uint8array's)
3
const POOL_SIZE = 65536;
4
@@ -33,3 +34,4 @@ try {
33
34
}
35
36
} catch (error) {}
37
+/* c8 ignore end */
0 commit comments