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
A hook / observable event for when the webview / JS state is reloaded can be important for plugins that manages native assets.
A reloaded webview may lose handles responsible for managing native resources. E.g. a native view, whose view will remain in view until it is cleaned up. Reloading the webview however causes the handle to be lost.
A hook would allow plugins to cleanup these resources for when something reloads the webview either via:
window.location.href
window.location.reload
Triggering a refresh via ctrl/cmd + r through the web inspector.
The text was updated successfully, but these errors were encountered:
A hook / observable event for when the webview / JS state is reloaded can be important for plugins that manages native assets.
A reloaded webview may lose handles responsible for managing native resources. E.g. a native view, whose view will remain in view until it is cleaned up. Reloading the webview however causes the handle to be lost.
A hook would allow plugins to cleanup these resources for when something reloads the webview either via:
window.location.href
window.location.reload
The text was updated successfully, but these errors were encountered: