summaryrefslogtreecommitdiff
path: root/extensions/fetch/26_fetch.js
AgeCommit message (Expand)Author
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl
2021-08-02Revert "fix(extensions/fetch): Add Origin header to outgoing requests for fet...Bartek Iwańczuk
2021-08-02fix(extensions/fetch): Add Origin header to outgoing requests for fetch (#11557)Feng Yu
2021-07-20fix: close fetch response body on GC (#11467)Luca Casonato
2021-07-06refactor: use primordials in extensions/fetch (#11266)Satya Rohith
2021-07-05refactor: asynchronous blob backing store (#10969)Jimmy Wärting
2021-07-05fix(fetch): OPTIONS should be allowed a non-null body (#11242)Craig Morten
2021-07-03feat: enable WebAssembly.instantiateStreaming and wasm async compilation (#11...Andreu Botella
2021-07-03refactor: introduce primordials for ext/web (#11228)Luca Casonato
2021-06-18fix: fetch with method HEAD should not have body (#11003)Yasser A.Idrissi
2021-06-15refactor: store header keys lower case internally (#10958)Luca Casonato
2021-06-14refactor: move streams implementation to deno_web crate (#10935)Bartek Iwańczuk
2021-06-06feat(fetch): implement abort (#10863)Luca Casonato
2021-05-03fix(op_crates/fetch): check fetch() argument length (#10474)Anonymous
2021-04-30Rename crate_ops to extensions (#10431)Andy Hayden