WebKit2.WebView.prototype.execute_editing_command
function execute_editing_command(command: String): void { // Gjs wrapper for webkit_web_view_execute_editing_command() }
Request to execute the given command for web_view. You can use WebKit2.WebView.prototype.can_execute_editing_command to check whether it's possible to execute the command.
- command
the command to execute