Replies: 1 comment
-
fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just to inform that there is a bug in the example for event
on_load()
, code below. To unsubscribe the event listener, the command should bewebview.windows[0].events.loaded -= on_load
. Withoutevents
, error will be raised.`def on_loaded():
`
Beta Was this translation helpful? Give feedback.
All reactions