Added observable for web worker communication

This commit is contained in:
squidfunk
2019-12-17 15:59:13 +01:00
parent 862982a69d
commit 4e4e086af7
13 changed files with 208 additions and 61 deletions

View File

@@ -8,7 +8,8 @@
"lib": [
"dom",
"es2017",
"esnext"
"esnext",
"webworker"
],
"module": "commonjs",
"moduleResolution": "node",