summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/test.ts
AgeCommit message (Expand)Author
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-09-14refactor: rewrite more ops to op2 macro (#20478)Bartek Iwańczuk
2023-08-15fix(runtime): navigator.userAgent in web worker (#20129)await-ovo
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek Iwańczuk
2022-05-17BREAKING(unstable): Enable Deno namespace in workers by default (#14581)Nayeem Rahman
2022-04-08refactor(core): OpCtx (#14228)Aaron O'Mullan
2022-03-20fix: actually don't inherit runtime permissions (#14024)Luca Casonato
2022-03-18chore(ops): include argument position in serde_v8 errors (#14027)Divy Srivastava
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-09fix: expose "Deno.memoryUsage()" in worker context (#13293)Rodney van den Velden
2021-10-14fix(cli/tests): move worker test assertions out of message handlers (#12439)Nayeem Rahman
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-10-01fix(runtime/js/workers): throw errors instead of using an op (#12249)Nayeem Rahman
2021-08-11chore: move test files to testdata directory (#11601)David Sherret