1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Tests/LibWeb/Text/expected/Streams/ReadableStreamBYOBReader-read.txt
Shannon Booth 673329e1bd LibWeb: Use ArrayBufferView for ReadableStreamBYOBReader
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.
2023-11-24 08:43:35 +01:00

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! 🦬'