Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-15 | feat(fetch): accept async iterables for body (#26882) | Luca Casonato | |
Reland of #24623, but with a fix for `String` objects. Co-authored-by: crowlkats <crowlkats@toaxl.com> | |||
2024-09-23 | chore: add code generation for @types/deno (#25545) | David Sherret | |
2024-08-26 | Revert "feat(fetch): accept async iterables for body" (#25207) | Luca Casonato | |
Unfortunately this caused a regression: https://github.com/denoland/deno/issues/25203. Need to do some more upstream spec work to fix this before this can be re-landed. Reverts denoland/deno#24623 | |||
2024-08-06 | feat(fetch): accept async iterables for body (#24623) | Leo Kettmeir | |
Implements https://github.com/whatwg/webidl/pull/1397 Fixes #21454 Closes #24849 | |||
2024-05-23 | feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823) | Asher Gomez | |
Closes #23790 | |||
2024-05-05 | docs: update categories to match new planned sitemap (#23677) | Jo Franchetti | |
Updating categories for new sitemap as documented here: https://lucid.app/lucidspark/744b0498-a133-494d-981c-76059dd18885/edit?view_items=jpvBwFdYlNdB&invitationId=inv_50c83415-2aa5-423f-b438-ea156695c08b | |||
2024-01-12 | fix: add EventSource typings (#21908) | Leo Kettmeir | |
Fixes #21691 | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-07-03 | fix(dts): make globals available on globalThis (#19438) | ud2 | |
This PR changes Web IDL interfaces to be declared with `var` instead of `class`, so that accessing them via `globalThis` does not raise type errors. Closes #13390. | |||
2023-01-15 | fix(ext/fetch): remove Response.trailer from types (#17284) | Geert-Jan Zwiers | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-08-23 | docs: add permission tags to JSDocs (#15541) | Kitson Kelly | |
Co-authored-by: Leo Kettmeir <crowlkats@toaxl.com> | |||
2022-08-17 | docs: add category tag for built-in APIs (#15480) | Kitson Kelly | |
2022-07-20 | chore: align some Web API type definitions to lib.dom.d.ts (#15219) | ayame113 | |
2022-06-07 | fix(ext/fetch): remove deprecation of `URL` in deno `fetch` (#14769) | Mark Ladyshau | |
2022-05-18 | fix: add types for `Response.json` (#14655) | Luca Casonato | |
2022-03-28 | fix(ext/fetch): extend deprecated fetch() overload with `string | Request` ↵ | Nayeem Rahman | |
(#14134) | |||
2022-03-25 | fix: deprecate URL as the first arg of fetch (#14113) | Yoshiya Hinosawa | |
2022-02-16 | docs(ext/fetch): fix copy-paste errors in Request docs (#13681) | ylxdzsw | |
2022-02-12 | chore(ext/fetch): render jsdoc code example properly (#13656) | Geert-Jan Zwiers | |
2022-01-20 | chore: update copyright year (#13434) | Yoshiya Hinosawa | |
2021-12-10 | feat(cli): update to TypeScript 4.5 (#12410) | Kitson Kelly | |
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2021-10-21 | fix: declare web types as global (#12497) | Bartek Iwańczuk | |
Co-authored-by: Feng Yu <F3n67u@outlook.com> | |||
2021-08-11 | Rename extensions/ directory to ext/ (#11643) | Ryan Dahl | |