summaryrefslogtreecommitdiff
path: root/cli/tests/error_worker_dynamic.ts
AgeCommit message (Collapse)Author
2020-05-07BREAKING: make Worker.deno unstable (#5128)Bartek IwaƄczuk
This commit makes "Worker.deno" option unstable. Added new manual entry "docs/runtime/workers.md". Removed stale workers tests.
2019-09-25Handle uncaught worker errors without panicking (#3019)Kitson Kelly