Skip to content

Commit 058e90d

Browse files
committed
doc
1 parent 8034575 commit 058e90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ This will become default in this library with major-version increment, if the te
456456

457457
## Decoding a Blob
458458

459-
[`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) is a binary data container provided by browsers. To read its contents, you can use `Blob#arrayBuffer()` or `Blob#stream()`. `Blob#stream()`
459+
[`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) is a binary data container provided by browsers. To read its contents when it contains a MessagePack binary, you can use `Blob#arrayBuffer()` or `Blob#stream()`. `Blob#stream()`
460460
is recommended if your target platform support it. This is because streaming
461461
decode should be faster for large objects. In both ways, you need to use
462462
asynchronous API.

0 commit comments

Comments
 (0)