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
Is your feature request related to a problem? Please describe.
Hello, I have been testing out the v3-alpha branch locally and the new events system is really nice to use! I was thinking to contribute the addition of the following additional load-change events but I have some follow-on questions:
Describe the solution you'd like
I want to add:
typelinuxEventsstruct {
WindowLoadStartedWindowEventType// newWindowLoadRedirectedWindowEventType// newWindowLoadComittedWindowEventType// newWindowLoadChangedWindowEventType// Consider renaming to WindowLoadFinished for consistency with webkit?// <snip>
}
Is your feature request related to a problem? Please describe.
Hello, I have been testing out the v3-alpha branch locally and the new events system is really nice to use! I was thinking to contribute the addition of the following additional load-change events but I have some follow-on questions:
Describe the solution you'd like
I want to add:
These are documented here: https://webkitgtk.org/reference/webkit2gtk/2.4.2/WebKitWebView.html#WebKitWebView-load-changed
And then I'd make this change to handleLoadChanged()
Questions:
provisional_uri
orredirected_uri
on the events?WEBKIT_LOAD_STARTED
event in my go application.C.webkit_web_view_stop_loading(webview)
.Any guidance would be appreciated :)
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: