mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 09:49:24 +02:00
chore(struct): fix a typo
This commit is contained in:
parent
6ada4a7a06
commit
258547c50b
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@ web-streams-polyfill package's `ReadableStream#pipeTo` only uses public methods,
|
|||
|
||||
Allowing reading specified amount of data by buffering incoming data.
|
||||
|
||||
It's not a Web Stream API `ReadableStream`, because `ReadableStream` doesn't allow hinting the desired read size (except using BYOB readable, but causes extra allocations for small reads).
|
||||
It's not a Web Streams API `ReadableStream`, because `ReadableStream` doesn't allow hinting the desired read size (except using BYOB readable, but causes extra allocations for small reads).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue