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