summaryrefslogtreecommitdiff
path: root/ext/web
AgeCommit message (Expand)Author
2024-09-02BREAKING(ext/web): remove remaining web types for compatibility (#25334)Kenta Moriuchi
2024-08-29chore: forward v1.46.2 release commit to main (#25296)denobot
2024-08-29fix: reland async context (#25140)snek
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-26Revert "feat(fetch): accept async iterables for body" (#25207)Luca Casonato
2024-08-22chore: forward v1.46.1 release commit to main (#25155)denobot
2024-08-221.46.0 (#25139)denobot
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-06docs: improve TextDecoder and TextEncoder jsdoc (#24890)Ryan Dahl
2024-08-06fix(ext/web): make TextDecoderResource use cppgc (#24888)Divy Srivastava
2024-08-06feat(fetch): accept async iterables for body (#24623)Leo Kettmeir
2024-08-06fix(ext/web): make CompressionResource garbage collectable (#24884)Divy Srivastava
2024-08-02Revert "feat: async context" (#24856)snek
2024-08-02feat: async context (#24402)snek
2024-08-02Revert "perf(ext/node): improve `Buffer` from string performance" (#24851)Luca Casonato
2024-07-31chore: forward v1.45.5 release commit to main (#24818)denobot
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-07-28fix(types): fix streams types (#24770)Kenta Moriuchi
2024-07-26chore: forward v1.45.4 release commit to main (#24754)denobot
2024-07-23chore: forward v1.45.3 release commit to main (#24681)denobot
2024-07-22fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ...Kenta Moriuchi
2024-07-12chore: forward v1.45.2 release commit to main (#24564)denobot
2024-07-12chore: forward v1.45.1 release commit to main (#24540)denobot
2024-07-111.45.0 (#24512)denobot
2024-07-09fix: do not return undefined for missing global properties (#24474)snek
2024-07-02fix(ext/web): use primordials of ES2024 ArrayBuffer transfer (#24396)Kenta Moriuchi
2024-07-02feat(ext/web): add `Blob.prototype.bytes()` (#24148)Kenta Moriuchi
2024-06-19chore: forward v1.44.4 release commit to main (#24271)denobot
2024-06-19chore: forward v1.44.3 release commit to main (#24256)denobot
2024-06-19fix(ext/web): fix `AbortSignal.timeout()` leak (#23842)Tom Alcorn
2024-06-18docs: Add documentation to a subset of available extensions (#24138)Richard Carson
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-13chore: forward v1.44.2 release commit to main (#24194)denobot
2024-06-09fix(ext/web): correct string tag for MessageEvent (#24134)Luca Casonato
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-06chore: forward v1.44.1 release commit to main (#24115)denobot
2024-06-05chore(ext/web): use `Error.captureStackTrace` in `DOMException` constructor (...ud2
2024-05-301.44.0 (#24045)denobot
2024-05-27fix(ext/web): `ReadableStream.from()` allows `Iterable` instead of `IterableI...Milly
2024-05-23fix(ext/web): `ReadableStream.from()` ignores null `Symbol.asyncIterator` (#2...Milly
2024-05-23fix(runtime): use more null proto objects (#23921)Luca Casonato
2024-05-22chore: forward v1.43.6 release commit to main (#23936)Bartek Iwańczuk
2024-05-21fix(ext/web): fix potential leak of unread buffers (#23923)Matt Mastracci
2024-05-17chore: forward v1.43.4 commit to main (#23861)Bartek Iwańczuk
2024-05-13fix(ext/web): update ongoing promise in async iterator `return()` method (#23...Mattias Buelens
2024-05-13chore: cleanup unused dependencies (#23787)Leo Kettmeir
2024-05-10chore: forward v1.43.3 release commit to main (#23771)denobot
2024-05-09chore: forward v1.43.2 release commit to main (#23749)denobot
2024-05-08chore: speed up test_multi_task test on Windows (#23737)David Sherret
2024-05-07fix: DOMException doesn't throw on __callSitesEvals (#23729)Bartek Iwańczuk