Fix #1531 - Remove overall need for globalThis pollution (#1543)

This commit is contained in:
Andrea Giammarchi
2023-06-19 18:05:45 +02:00
committed by GitHub
parent d6b1c393f6
commit 0a7e1ce0d7
20 changed files with 83 additions and 124 deletions

View File

@@ -1,4 +1,2 @@
from js import xworker
print("What is 2 + 3?")
print("Answer: " + xworker.sync.input("What is 2 + 3?"))