WebView.evaluateJavascriptFinish

Finish an asynchronous operation started with webkit.web_view.WebView.evaluateJavascript.

class WebView
evaluateJavascriptFinish

Parameters

result gio.async_result.AsyncResult

a #GAsyncResult

Return Value

Type: javascriptcore.value.Value

a #JSCValue with the result of the last executed statement in script or null in case of error

Throws