@@ -352,7 +352,7 @@ method to acquire the async iterator and set the `preventCancel` option to
352
352
The {ReadableStream} must not be locked (that is, it must not have an existing
353
353
active reader). During the async iteration, the {ReadableStream} will be locked.
354
354
355
- #### Transfering with ` postMessage() `
355
+ #### Transferring with ` postMessage() `
356
356
357
357
A {ReadableStream} instance can be transferred using a {MessagePort}.
358
358
@@ -554,7 +554,7 @@ the pooled `Buffer` instances. When a `Buffer`, {TypedArray},
554
554
or {DataView} is passed in to ` readableStreamBYOBReader .read ()` ,
555
555
the view's underlying ` ArrayBuffer ` is *detached*, invalidating
556
556
all existing views that may exist on that ` ArrayBuffer ` . This
557
- can have disasterous consequences for your application.
557
+ can have disastrous consequences for your application.
558
558
559
559
#### ` readableStreamBYOBReader .releaseLock ()`
560
560
<!-- YAML
@@ -795,7 +795,7 @@ The `writableStream.locked` property is `false` by default, and is
795
795
switched to ` true ` while there is an active writer attached to this
796
796
` WritableStream` .
797
797
798
- #### Transfering with postMessage()
798
+ #### Transferring with postMessage()
799
799
800
800
A {WritableStream} instance can be transferred using a {MessagePort}.
801
801
@@ -998,7 +998,7 @@ added: REPLACEME
998
998
999
999
* Type: {WritableStream}
1000
1000
1001
- #### Transfering with postMessage()
1001
+ #### Transferring with postMessage()
1002
1002
1003
1003
A {TransformStream} instance can be transferred using a {MessagePort}.
1004
1004
@@ -1048,7 +1048,7 @@ added: REPLACEME
1048
1048
1049
1049
* ` reason` {any}
1050
1050
1051
- Signals to both the readable and writable side that an error has occured
1051
+ Signals to both the readable and writable side that an error has occurred
1052
1052
while processing the transform data, causing both sides to be abruptly
1053
1053
closed.
1054
1054
0 commit comments