Files
ladybird/Userland/Libraries/LibWeb/Streams/ReadableStreamDefaultReader.h
Kenneth Myhra 12cfa08a09 LibWeb: Use Vector<ByteBuffer> to store chunks in ReadLoopReadRequest
This stores the incoming chunks into a Vector of ByteBuffer in order to
be able to retrieve them in the same order as they came in.
2024-04-07 07:01:52 +02:00

2.8 KiB