mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00

Which means that we now have support for DataViews. Using the ArrayBufferView class also seems to make this read a whole bunch nicer as well.
6 lines
242 B
Text
6 lines
242 B
Text
About to read into Uint8Array with [object ReadableStreamBYOBReader]
|
|
Total bytes: 34
|
|
'This is some data to be read! 🦬'
|
|
About to read into DataView with [object ReadableStreamBYOBReader]
|
|
Total bytes: 34
|
|
'This is some data to be read! 🦬'
|