You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 be webview.windows[0].events.loaded -= on_load. Without events, error will be raised.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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