summaryrefslogtreecommitdiff
path: root/ext/web/lib.deno_web.d.ts
AgeCommit message (Expand)Author
2023-07-03fix(dts): make globals available on globalThis (#19438)ud2
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-30fix(ext/web): fix typings for readable stream readers (#16191)ud2
2022-10-26chore: improve built-in API documentation (#16158)Kitson Kelly
2022-10-12chore(ext/web): fix typo (#16248)Xiao Xiao
2022-08-30fix(docs): add missing categories (#15684)Leo Kettmeir
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-06-17fix(ext/web): add EventTarget brand checking (#14637)Colin Ihrig
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir
2022-04-19feat(ext/web): add globalThis.reportError() (#13799)Nayeem Rahman
2022-03-14feat(ext/web): Add `AbortSignal.timeout()` (#13687)Andreu Botella
2022-02-22docs: code example to `structuredClone`, `CompressionStream`, `DecompressionS...Geert-Jan Zwiers
2022-01-24feat(ext/web): add CompressionStream API (#11728)Leo Kettmeir
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-12-10feat(ext/web): implement `AbortSignal.prototype.throwIfAborted()` (#13044)Andreu Botella
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-11fix: add typings for AbortSignal.reason (#12730)Luca Casonato
2021-11-08feat(ext/web): WritableStreamDefaultController.signal (#12654)Leo Kettmeir
2021-11-05BREAKING chore(ext/web): remove `ReadableStream.getIterator` (#12652)Leo Kettmeir
2021-11-05fix: typings for BYOB stream readers (#12651)Leo Kettmeir
2021-11-03feat(ext/web): BYOB support for ReadableStream (#12616)Leo Kettmeir
2021-10-21fix: declare web types as global (#12497)Bartek IwaƄczuk
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl