mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-18 13:00:39 -05:00
[next] Ditch handy shortcuts for good (#1537)
This commit is contained in:
committed by
GitHub
parent
6284c02032
commit
6df5905b2b
@@ -8,7 +8,7 @@
|
||||
<script type="module" src="../min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="py" async>
|
||||
<script type="pyodide" async>
|
||||
from js import document, fetch
|
||||
|
||||
response = await fetch("async.html")
|
||||
|
||||
Reference in New Issue
Block a user