summaryrefslogtreecommitdiff
path: root/ext/web
AgeCommit message (Expand)Author
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-08-16perf: improve performance.now (#15481)Ryan Dahl
2022-08-11chore: forward v1.24.3 release commit to main (#15462)denobot
2022-08-11perf(ops): Monomorphic sync op calls (#15337)Aapo Alasuutari
2022-08-05chore: forward v1.24.2 release commit to main (#15410)denobot
2022-07-29Forward 1.24.1 to main (#15333) (#15336)Colin Ihrig
2022-07-26chore(ops): Remove unused arguments from ops (#15315)Aapo Alasuutari
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-07-211.24.0 (#15262)denobot
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-20fix(ext/web): align DOMException better with spec (#15097)Phosra
2022-07-18feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)Leo Kettmeir
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-12chore: forward v1.23.4 release commit to main (#15172)Colin Ihrig
2022-07-11chore(web, worker): Use `DetachedBuffer` for `postMessage` ops (#15133)Andreu Botella
2022-07-051.23.3 (#15081)denobot
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-30chore: forward 1.23.2 to main (#15027)David Sherret
2022-06-30perf(ext/web): avoid reallocations in op_base64_atob (#15018)Divy Srivastava
2022-06-29perf(ext/web): use base64-simd for atob/btoa (#14992)Nugine
2022-06-29fix(ext/web): remove `ErrorEventInit`'s error default (#14809)Mark Ladyshau
2022-06-23v1.23.1 (#14954)Kayla Washburn
2022-06-17fix(ext/web): add EventTarget brand checking (#14637)Colin Ihrig
2022-06-17fix(ext/web): handle rid=0 in TextDecoder#decode (#14894)Luca Casonato
2022-06-16fix: make Performance global an EventTargetcjihrig
2022-06-151.23.0 (#14878)denobot
2022-06-14feature(web): enable deflate-raw compression format (#14863)Kayla Washburn
2022-06-13Remove unstable Deno.sleepSync (#14719)Ryan Dahl
2022-06-09chore: Forward v1.22.3 to main (#14835)Colin Ihrig
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-06-02chore: Forward v1.22.2 to main (#14785)Bartek Iwańczuk
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-05-271.22.1Kitson Kelly
2022-05-26fix(core): rethrow exception during structured cloning serialization (#14671)Mark Ladyshau
2022-05-25fix(fmt): prevent infinite loop when formatting certain binary expressions (#...David Sherret
2022-05-181.22.0 (#14657)denobot
2022-05-17chore: fix failing bench (#14644)Bartek Iwańczuk
2022-05-17perf(ext/web): Add fast path for non-streaming TextDecoder (#14217)randomicon00
2022-05-16fix(ext/web): throw if listener and signal are null (#14601)Colin Ihrig
2022-05-15Revert "core: don't include_str extension js code (#10786)" (#14614)Aaron O'Mullan
2022-05-13feat(ext/web): add performance.toJSON (#14548)Geert-Jan Zwiers
2022-05-13feat(ext/web): implement static `Response.json` (#14566)Luca Casonato
2022-05-13chore(runtime): Make some ops in ext and runtime infallible. (#14589)Andreu Botella
2022-05-121.21.3 (#14584)Bert Belder
2022-05-10fix(ext/web): brand check in `performance.timeOrigin` (#14550)Luca Casonato
2022-05-06feat(web): add `performance.timeOrigin` (#14489)Geert-Jan Zwiers