Files
browser/src
Pierre Tachoire 5d3b965d28 Implement WritableStream, TransformStream, and TextEncoderStream
Add the missing Streams API types needed for TextEncoderStream support:
- WritableStream with locked/getWriter, supporting both JS sink callbacks
and internal TransformStream routing
- WritableStreamDefaultWriter with write/close/releaseLock/closed/ready
- WritableStreamDefaultController with error()
- TransformStream with readable/writable accessors, JS transformer
callbacks (start/transform/flush), and Zig-level transform support
- TransformStreamDefaultController with enqueue/error/terminate
- TextEncoderStream that encodes string chunks to UTF-8 Uint8Array
via a Zig-level transform function
2026-03-02 11:49:01 +01:00
..
2026-03-02 18:00:55 +08:00
2026-02-25 23:29:54 +00:00
2026-02-25 05:31:28 +00:00
2026-03-02 12:55:55 +03:00
2026-03-02 12:56:10 +03:00
2026-02-28 19:08:58 +08:00
2026-02-28 19:08:58 +08:00
2026-02-16 15:48:18 +00:00
2026-02-25 15:29:27 +08:00
2026-02-25 23:29:54 +00:00