webkit2gtk-rs icon indicating copy to clipboard operation
webkit2gtk-rs copied to clipboard

WebKit2 bindings and wrappers for Rust

Results 13 webkit2gtk-rs issues
Sort by recently updated
recently updated
newest added

I want to use [webkit-uri-request-get-http-headers](https://webkitgtk.org/reference/webkit2gtk/unstable/WebKitURIRequest.html#webkit-uri-request-get-http-headers) to filter and modify my requests. But this method is not implemented yet.

The function connect_script_message_received missing the parameter name to set the signal name. Now the signal name is script-message-received, so you get all the script message and you missing the function...