[next] Await events when invoked (#1589)

This commit is contained in:
Andrea Giammarchi
2023-07-11 13:27:59 +02:00
committed by GitHub
parent 9e73181816
commit 184d29055e
8 changed files with 31 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
import js
async def click_handler(e):
js.console.log(e)