mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +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.
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
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! 🦬'
|