Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 258547c5 authored by Simon Chan's avatar Simon Chan
Browse files

chore(struct): fix a typo

parent 6ada4a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).