mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
workers: minimal error handling and async module loading (#3665)
This commit is contained in:
parent
d720309203
commit
5fa056e53b
12 changed files with 300 additions and 60 deletions
|
@ -150,6 +150,7 @@ window.performance = new performanceUtil.Performance();
|
|||
// This variable functioning correctly depends on `declareAsLet`
|
||||
// in //tools/ts_library_builder/main.ts
|
||||
window.onmessage = workers.onmessage;
|
||||
window.onerror = workers.onerror;
|
||||
|
||||
window.workerMain = workers.workerMain;
|
||||
window.workerClose = workers.workerClose;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue