summaryrefslogtreecommitdiff
path: root/ext/web
AgeCommit message (Expand)Author
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
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-05-011.43.0 (#23629)denobot
2024-04-29fix(ext/node): add support for MessagePort.removeListener/off (#23598)Satya Rohith
2024-04-25perf(ext/http): recover memory for serve and optimize AbortController (#23559)Matt Mastracci
2024-04-251.43.0 (#23549)denobot
2024-04-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-04-23feat: enable Float16Array support (#23490)Bartek Iwańczuk
2024-04-16fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)Bartek Iwańczuk
2024-04-16chore: forward v1.42.4 commit to `main` (#23394)Bartek Iwańczuk
2024-04-16fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)Bartek Iwańczuk