summaryrefslogtreecommitdiff
path: root/js/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/globals.ts')
-rw-r--r--js/globals.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/globals.ts b/js/globals.ts
index 706d6cd15..e45aee9e2 100644
--- a/js/globals.ts
+++ b/js/globals.ts
@@ -94,6 +94,3 @@ window.TextDecoder = textEncoding.TextDecoder;
export type TextDecoder = textEncoding.TextDecoder;
window.workerMain = workers.workerMain;
-// TODO These shouldn't be available in main isolate.
-window.postMessage = workers.postMessage;
-window.close = workers.workerClose;