Closed ngxson closed 5 months ago
Data is now passing as Uint8Array. We can do better by using Streams: https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streams
Uint8Array
We are now using Blob which already provides a ReadableStream.
Blob
ReadableStream
Where's the "on fire" emoji when you need it
Data is now passing asUint8Array
. We can do better by using Streams: https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streamsWe are now using
Blob
which already provides aReadableStream
.