Commit History

Author SHA1 Message Date
  Linus Groh 0abdffc33d LibWeb/Streams: Rename one instance of 'e' to 'exception' 2 years ago
  Linus Groh 6b35cca65b LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocations 2 years ago
  Linus Groh 1c165b67ef LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions 2 years ago
  Linus Groh d192f44523 LibWeb/Streams: Make most algorithms return a NonnullGCPtr 2 years ago
  Matthew Olsson db1be40b13 LibWeb: Propogate OOM errors from readable_stream_reader_generic_cancel 2 years ago
  Matthew Olsson f9d6a161e8 LibWeb: Add ByteStreamController to ReadableStreamController type 2 years ago
  Matthew Olsson 51abecc8bc LibWeb: Mostly implement ReadableByteStreamController.[[PullSteps]] 2 years ago
  Matthew Olsson c97f6b7701 LibWeb: Implement ReadableByteStreamController.[[CancelSteps]] 2 years ago
  Matthew Olsson 8274906301 LibWeb: Expose ReadableStream::m_state and use in AOs 2 years ago
  Linus Groh 742f6f7e26 LibWeb/Streams: Fix inconsistent uses of realm() and vm() 2 years ago
  Matthew Olsson 819b6332d1 LibWeb: Add ReadableStreamByteController interface 2 years ago
  Matthew Olsson 0a220a19da LibWeb: Set up the DefaultController when constructing a WritableStream 2 years ago
  Matthew Olsson 58f3009faa LibWeb: Implement WritableStreamDefaultWriter.write() 2 years ago
  Matthew Olsson 48b67e41f0 LibWeb: Accept a JS::Value for size in enqueue_value instead of a double 2 years ago
  Matthew Olsson 6bbd920008 LibWeb: Implement WritableStreamDefaultWriter.releaseLock() 2 years ago
  Matthew Olsson 5f4da20a56 LibWeb: Implement WritableStreamDefaultWriter.close() 2 years ago
  Matthew Olsson 0c441fa7af LibWeb: Implement WritableStreamDefaultWriter.abort() 2 years ago
  Matthew Olsson c421b6113c LibWeb: Implement WritableStream.abort() 2 years ago
  Matthew Olsson ae2d67c28b LibWeb: Implement WritableStream.getWriter() 2 years ago
  Matthew Olsson 5faa0014f2 LibWeb: Implement WritableStream.close() 2 years ago
  Matthew Olsson 868cd95069 LibWeb: Add the WritableStreamDefaultController 2 years ago
  Matthew Olsson bdab61ad93 LibWeb: Add the WritableStreamDefaultWriter interface 2 years ago
  Matthew Olsson e93560b769 LibWeb: Add the WritableStream interface 2 years ago
  Matthew Olsson 78feba401d LibWeb: Move property_to_callback to Streams/AbstractOperations 2 years ago
  Matthew Olsson 36ca1386e8 LibWeb: Add ReadableStream.locked/cancel()/getReader() 2 years ago
  Matthew Olsson d8710aa604 LibWeb: Implement ReadableStream's constructor 2 years ago
  Matthew Olsson bc9919178e LibWeb: Add ReadableStreamDefaultController 2 years ago
  Matthew Olsson 222e3c32cd LibWeb: Add ReadableStreamDefaultReader 2 years ago
  Matthew Olsson fe69d66a4e LibWeb: Add the ReadableStreamGenericReader mixin interface 2 years ago
  Linus Groh 87654f5b51 LibWeb: Start fleshing out the ReadableStream interface 2 years ago