File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1446,7 +1446,7 @@ value: newViewOnSameMemory, done: true }</code> for closed streams. If the strea
1446
1446
method steps are:
1447
1447
1448
1448
1. If |view|.\[[ByteLength]] is 0, return [=a promise rejected with=] a {{TypeError}} exception.
1449
- 1. If |view|.\[[ViewedArrayBuffer]] .\[[ArrayBufferByteLength ]] is 0, return [=a promise rejected
1449
+ 1. If |view|.\[[ViewedArrayBuffer]] .\[[ByteLength ]] is 0, return [=a promise rejected
1450
1450
with=] a {{TypeError}} exception.
1451
1451
1. If ! [$IsDetachedBuffer$] (|view|.\[[ViewedArrayBuffer]] ) is true, return
1452
1452
[=a promise rejected with=] a {{TypeError}} exception.
@@ -1876,7 +1876,7 @@ has the following [=struct/items=]:
1876
1876
for="ReadableByteStreamController"> enqueue(|chunk|)</dfn> method steps are:
1877
1877
1878
1878
1. If |chunk|.\[[ByteLength]] is 0, throw a {{TypeError}} exception.
1879
- 1. If |chunk|.\[[ViewedArrayBuffer]] .\[[ArrayBufferByteLength ]] is 0, throw a {{TypeError}}
1879
+ 1. If |chunk|.\[[ViewedArrayBuffer]] .\[[ByteLength ]] is 0, throw a {{TypeError}}
1880
1880
exception.
1881
1881
1. If [=this=] .[=ReadableByteStreamController/[[closeRequested]]=] is true, throw a {{TypeError}}
1882
1882
exception.
You can’t perform that action at this time.
0 commit comments