Kenneth Myhra
|
01a8b5ee54
LibWeb: Implement AO readable_stream_from_iterable
|
hai 1 ano |
Kenneth Myhra
|
ce521a196d
LibWeb: Add non-standard AO set_up_readable_stream
|
hai 1 ano |
Matthew Olsson
|
9ea6ab0ad4
LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues
|
hai 1 ano |
Timothy Flynn
|
2a2c59e74b
LibWeb: Partially implement the ReadableStream pull-from-bytes AO
|
hai 1 ano |
Andrew Kaster
|
a68222f654
LibWeb: Enable callbacks in chunk steps for ReadableStreamDefaultTee
|
hai 1 ano |
Kenneth Myhra
|
5a3e603b3d
LibWeb: Implement AO transform_stream_set_up()
|
hai 1 ano |
Kenneth Myhra
|
e2c4019bfc
LibWeb: Close acquired writer in AO readable_stream_pipe_to()
|
hai 1 ano |
Kenneth Myhra
|
15b677385c
LibWeb: Provide an UInt8Array to AO writable_stream_default_writer_write
|
hai 1 ano |
Timothy Flynn
|
dce05dd273
LibWeb: Revert using a vector to store each chunk in ReadLoopReadRequest
|
hai 1 ano |
Timothy Flynn
|
6a170e7337
LibWeb: Use the ad-hoc read-all-chunks AO in ReadableStreamPipeTo
|
hai 1 ano |
Timothy Flynn
|
572a7bb313
LibWeb: Remove exceptional return types from infallible stream AOs
|
hai 1 ano |
Timothy Flynn
|
c29916775e
LibWeb: Mark stream AOs as infallible as required by the spec
|
hai 1 ano |
Timothy Flynn
|
9d5e538247
LibWeb: Mark writable stream abort steps as infallible
|
hai 1 ano |
Timothy Flynn
|
fc070c8cbd
LibWeb: Mark readable stream cancel/pull/release steps as infallible
|
hai 1 ano |
Timothy Flynn
|
13021a0fb9
LibWeb: Remove small OOM error propagation from stream AOs
|
hai 1 ano |
Timothy Flynn
|
bbe6b84bd6
LibWeb: Mark most stream callbacks as infallible
|
hai 1 ano |
Timothy Flynn
|
ffb48ccd81
LibWeb: Ensure TransformStream's transform/flush callbacks do not throw
|
hai 1 ano |
Timothy Flynn
|
60ea803b2a
LibWeb: Fix typo in mass copy-pasted comment in stream AOs
|
hai 1 ano |
Kenneth Myhra
|
d5c7959c45
LibWeb: Let queue_a_microtask() take a JS::HeapFunction
|
hai 1 ano |
Kenneth Myhra
|
559d983fa1
LibWeb: Implement AO readable_stream_pipe_to()
|
hai 1 ano |
Andreas Kling
|
ffac32d20e
LibWeb: Use JS::HeapFunction for WebIDL promise reaction steps
|
hai 1 ano |
Timothy Flynn
|
b6501adef8
LibWeb: Use the proper in-flight request to check if a stream is closing
|
hai 1 ano |
Timothy Flynn
|
6981ddfe13
LibWeb: Implement the ReadableByteStreamTee half of ReadableStreamTee
|
hai 1 ano |
Timothy Flynn
|
d7612969e0
LibWeb: Invoke the correct Streams BYOB AOs when in a closed state
|
hai 1 ano |
Timothy Flynn
|
ed1076d9ca
LibWeb: Implement the ReadableByteStreamControllerRespondWithNewView AO
|
hai 1 ano |
Timothy Flynn
|
5e5b42730c
LibWeb: Implement the CloneAsUint8Array AO
|
hai 1 ano |
Timothy Flynn
|
debfe996d7
LibWeb: Implement the ReadableStreamDefaultTee half of ReadableStreamTee
|
hai 1 ano |
Timothy Flynn
|
d8413774df
LibWeb: Expose the ReadableStream `tee` IDL interface
|
hai 1 ano |
Timothy Flynn
|
5ccd1ff1bf
LibWeb: Implement the StructuredClone AO
|
hai 1 ano |
Shannon Booth
|
eaf9a56c10
LibWeb: Actually clear stream controller algorithms when needed
|
hai 1 ano |