summaryrefslogtreecommitdiff
path: root/ext/url/lib.deno_url.d.ts
AgeCommit message (Collapse)Author
2024-09-23chore: add code generation for @types/deno (#25545)David Sherret
2024-08-05fix(urlpattern): correct typings for added APIs (#24881)Leo Kettmeir
2024-05-05docs: 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-04-16feat(ext/url): add `URL.parse` (#23318)Kenta Moriuchi
Closes #23069
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-07-03fix(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-04-26fix(dts): `URLPatternComponentResult` groups should have possibly undefined ↵David Sherret
key values (#18643) Closes #18640
2023-04-04feat(ext/url): `URL.canParse` (#18286)Kenta Moriuchi
2023-03-14feat(ext/url): URLSearchParams.size (#17884)Lino Le Van
2023-03-13docs(ext): Update docs for URLPattern to make all examples work (#17870)Kamil Ogórek
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
Yearly tradition of creating extra noise in git.
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-07-20chore: align some Web API type definitions to lib.dom.d.ts (#15219)ayame113
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-10-18docs(ext/url): typo in URLPatternResult (#12470)Satya Rohith
2021-10-15fix(docs): correct `pattern.match()` to `pattern.exec()` (#12450)Libing Chen
2021-09-08feat: add URLPattern API (#11941)Luca Casonato
This adds support for the URLPattern API. The API is added in --unstable only, as it has not yet shipped in any browser. It is targeted for shipping in Chrome 95. Spec: https://wicg.github.io/urlpattern/ Co-authored-by: crowlKats < crowlkats@toaxl.com >
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl