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

@@ -10,8 +10,6 @@
</head>
<body>
<script type="micropython">
from js import XWorker
def show_image(event):
from js import document
img = document.createElement("img")