diff options
author | andy finch <andyfinch7@gmail.com> | 2019-04-01 15:09:59 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-01 15:09:59 -0400 |
commit | b0a23beb8fae964be3cdd8c23c38af66257d34c7 (patch) | |
tree | 8f7875c8ca059dfb0a3ade4da7bfb94e57d6e1aa /tools/ts_library_builder/main.ts | |
parent | 659acadf77fdbeef8579a37839a464feb408437a (diff) |
Add web worker JS API (#1993)
* Refactored the way worker polling is scheduled and errors are handled.
* Share the worker future as a Shared
Diffstat (limited to 'tools/ts_library_builder/main.ts')
-rw-r--r-- | tools/ts_library_builder/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ts_library_builder/main.ts b/tools/ts_library_builder/main.ts index 54a659d01..e4e2e73ed 100644 --- a/tools/ts_library_builder/main.ts +++ b/tools/ts_library_builder/main.ts @@ -46,6 +46,7 @@ buildRuntimeLib({ "js/deno.ts", "js/globals.ts" ], + declareAsLet: ["onmessage"], outFile, silent }); |