summaryrefslogtreecommitdiff
path: root/ext/fetch/26_fetch.js
AgeCommit message (Expand)Author
2021-09-13refactor(core): Turn the `wasm_streaming_feed` binding into ops (#11985)Andreu Botella
2021-09-13fix(ext/fetch): Properly cancel upload stream when aborting (#11966)Nayeem Rahman
2021-09-11refactor: use Deno.core.tryClose (#11980)Bartek IwaƄczuk
2021-09-08fix: a `Request` whose URL is a revoked blob URL should still fetch (#11947)Andreu Botella
2021-08-16fix(ext/fetch): better error if no content-typeBen Noordhuis
2021-08-16fix(ext/fetch): don't use global Deno objectBen Noordhuis
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl