Kenneth Myhra
907dc84c1e
LibWeb: Implement min option for ReadableStreamBYOBReader.read()
...
When the min option is given the read will only be fulfilled when there
are min or more elements available in the readable byte stream.
When the min option is not given the default value for min is 1.
2024-07-11 11:55:15 +02:00
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
Shannon Booth
1daded768d
LibWeb: Implement ReadableStreamBYOBReader::read
...
Similiarly to the underlying AO's, currently only TypedArrays are
supported.
2023-11-19 18:53:17 +01:00
Bastiaan van der Plaat
169d24ae2e
LibWeb: Add comments and missing items of various IDL files
2023-10-25 19:45:41 +02:00
Shannon Booth
6e9aeccf90
LibWeb: Implement releaseLock interface for ReadableStreamBYOBReader
2023-08-31 19:28:56 +02:00
Shannon Booth
c279d514e9
LibWeb: Implement ReadableStreamBYOBReader constructor
2023-08-31 19:28:56 +02:00
Matthew Olsson
e8ad571082
LibWeb: Add ReadableStreamBYOBReader interface
2023-04-27 07:57:53 +02:00