summaryrefslogtreecommitdiff
path: root/runtime/js/11_workers.js
AgeCommit message (Expand)Author
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-08refactor: deduplicate `defineEventHandler` util (#12367)Andreu Botella
2021-10-01fix(runtime/js/workers): throw errors instead of using an op (#12249)Nayeem Rahman
2021-09-30fix: worker environment permissions should accept an array (#12250)David Sherret
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
2021-09-06Don't drop messages from workers that have already been closed (#11913)Andreu Botella
2021-09-02feat(fmt): add basic JS doc formatting (#11902)David Sherret
2021-08-25feat: ArrayBuffer in structured clone transfer (#11840)Luca Casonato
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-08-09feat(extensions/web): add structuredClone function (#11572)Leo K
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-06revert: allow URL for permissions (#11600)Bartek Iwańczuk
2021-08-06feat(runtime): allow URL for permissions (#11578)Leo K
2021-07-03refactor: use primordials in runtime/, part1 (#11241)Bartek Iwańczuk
2021-06-22feat: transfer MessagePort between workers (#11076)Luca Casonato
2021-06-05refactor(web): use encoding_rs for text encoding (#10844)Luca Casonato
2021-05-28feat(cli): upgrade to TypeScript 4.3 (#9960)Kitson Kelly
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-11feat(runtime/worker): Structured cloning worker message passing (#9323)Tim Ramlot
2021-04-25feat(cli): add test permissions to Deno.test (#10188)Casper Beyer
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-03-21refactor(runtime/permissions): Rename permission structs (#9841)Nayeem Rahman
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-29fix(cli): Move WorkerOptions::deno types to unstable (#9163)Nayeem Rahman
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2021-01-08fix: Worker hangs when posting "undefined" as message (#8920)yonatan ben avraham
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-07fix: Use "none" instead of false to sandbox Workers (#9034)Nayeem Rahman
2021-01-06feat: Add configurable permissions for Workers (#8215)Steven Guerrero
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman