summaryrefslogtreecommitdiff
path: root/ext/fetch/26_fetch.js
AgeCommit message (Expand)Author
2024-09-04refactor(ext/fetch): align error messages (#25374)Ian Bull
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-07fix(ext/fetch): include URL and error details on fetch failures (#24910)Yusuke Tanaka
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-03-24fix(ext/fetch): make `EventSource` more robust (#22493)ud2
2024-03-10chore: replace 'call' to 'execute' in error messages (#22579)Kenta Moriuchi
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-26refactor: migrate extensions to virtual ops module (#22135)Bartek Iwańczuk
2024-01-18chore: upgrade deno_core to 0.247.0 (#21974)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-11-06fix(ext/fetch): re-align return type in op_fetch docstring (#21098)Luca Bruno
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-08-16fix: release ReadeableStream in fetch (#17365)Leo Kettmeir
2023-08-03refactor(ext/fetch): refactor fetch to use new write_error method (#20029)Matt Mastracci
2023-06-15refactor(ext/fetch): simplify fetch ops (#19494)Bartek Iwańczuk
2023-06-13fix(ext/node): handle 'upgrade' responses (#19412)Bartek Iwańczuk
2023-05-01refactor(webidl): move prefix & context out of converters options bag (#18931)Leo Kettmeir
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-12refactor(ext/webidl): remove object from 'requiredArguments' (#18674)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
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