mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-21 03:05:38 -05:00
[next] Await events when invoked (#1589)
This commit is contained in:
committed by
GitHub
parent
9e73181816
commit
184d29055e
5
pyscript.core/test/async-events/main.py
Normal file
5
pyscript.core/test/async-events/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import js
|
||||
|
||||
|
||||
async def click_handler(e):
|
||||
js.console.log(e)
|
||||
Reference in New Issue
Block a user