summaryrefslogtreecommitdiff
path: root/ext/web/stream_resource.rs
AgeCommit message (Expand)Author
2024-10-17refactor(ext/web): use concrete error types (#26185)Leo Kettmeir
2024-05-21fix(ext/web): fix potential leak of unread buffers (#23923)Matt Mastracci
2024-05-08chore: speed up test_multi_task test on Windows (#23737)David Sherret
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-01-09chore: upgrade deno_core to 0.244.0 (#21859)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-11-08chore(ext/web): migrate to deno_core typed externals (#21114)Matt Mastracci
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-09-25fix(ext/http): ensure that resources are closed when request is cancelled (#2...Matt Mastracci
2023-09-23feat(ext/web): use readableStreamDefaultReaderRead in resourceForReadableStre...Matt Mastracci
2023-09-20fix(ext/web): Aggregate small packets for Resource implementation of Readable...Matt Mastracci
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-22fix(ext/web): better handling of errors in resourceForReadableStream (#20238)Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci