replace JSProperty with js_property

This commit is contained in:
Fabio Pliger
2024-03-26 15:59:34 -05:00
parent ee9403971f
commit 111616a780
13 changed files with 219 additions and 109 deletions

View File

@@ -3,6 +3,7 @@ import js
js.document.body.append("document patch ")
import a
from pyscript import RUNNING_IN_WORKER, display, sync
display("Hello World", target="test", append=True)