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 804e7ae commit f253cb9Copy full SHA for f253cb9
doc/api/buffer.md
@@ -370,7 +370,7 @@ The content-type of the `Blob`.
370
### `Blob` objects and `MessageChannel`
371
372
Once a {Blob} object is created, it can be sent via `MessagePort` to multiple
373
-destinations without transfering or immediately copying the data. The data
+destinations without transferring or immediately copying the data. The data
374
contained by the `Blob` is copied only when the `arrayBuffer()` or `text()`
375
methods are called.
376
0 commit comments