summaryrefslogtreecommitdiff
path: root/ext/web/stream_resource.rs
AgeCommit message (Expand)Author
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