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 4a982c6 commit 5943045Copy full SHA for 5943045
lib/internal/webstreams/readablestream.js
@@ -815,7 +815,6 @@ class ReadIntoRequest {
815
}
816
817
818
-
819
class ReadableStreamDefaultReader {
820
[kType] = 'ReadableStreamDefaultReader';
821
@@ -2823,7 +2822,7 @@ function readableByteStreamControllerEnqueueChunkToQueue(
2823
2822
buffer,
2824
byteOffset,
2825
byteLength,
2826
- })
+ });
2827
controller[kState].queueTotalSize += byteLength;
2828
2829
lib/internal/webstreams/util.js
@@ -2,8 +2,6 @@
2
3
const {
4
ArrayBufferPrototypeSlice,
5
- ArrayPrototypePush,
6
- ArrayPrototypeShift,
7
AsyncIteratorPrototype,
8
FunctionPrototypeCall,
9
MathMax,
0 commit comments