summaryrefslogtreecommitdiff
path: root/ext/fetch/26_fetch.js
AgeCommit message (Expand)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19fix(ext/fetch): handle errors in req body stream (#17081)Luca Casonato
2022-10-29fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...Kenta Moriuchi
2022-10-10feat(core): add Deno.core.writeAll(rid, chunk) (#16228)Luca Casonato
2022-10-04perf(ext/fetch): consume body using ops (#16038)Marcos Casagrande
2022-09-27fix(ext/fetch): blob url (#16057)Satya Rohith
2022-09-26perf(ext/fetch): use content-length in InnerBody.consume (#15925)Marcos Casagrande
2022-08-17refactor(fetch/request): use callback for url and method (#15483)Leo Kettmeir
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-06-19fix(ext/fetch): add `accept-language` default header to fetch (#14882)Mark Ladyshau
2022-04-23chore(ext/fetch): custom arity (#14198)Divy Srivastava
2022-03-29chore(wasm): Don't await on the argument to `handleWasmStreaming` (#14000)Andreu Botella
2022-03-22fix(ext/fetch): Connect async error stack with user code (#13899)Nayeem Rahman
2022-03-22fix(fetch): Fix uncaught rejection panic with `WebAssembly.instantiateStreami...Andreu Botella
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek Iwańczuk
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-16feat(fetch): support abort reasons in fetch (#13106)Andreu Botella
2021-11-26feat(etc/fetch): Support `WebAssembly.instantiateStreaming` for file fetches ...Andreu Botella
2021-11-23revert: store header keys lower case internally (#12837)Luca Casonato
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-10-29fix(ext/fetch): Replace redundant local variable with inline return statement...Malted
2021-10-26perf(http): encode string bodies in op-layer (#12451)Aaron O'Mullan
2021-10-10feat: Show the URL of streaming WASM modules in stack traces (#12268)Andreu Botella
2021-09-21cleanup(ext/fetch): drop redundant webidl converters in fetch() (#12167)Aaron O'Mullan
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