- javascript
- The JavaScript string to evaluate
A task that represents the asynchronous EvaluateJavaScript operation. The value of the TResult parameter is a WebKit.WKJavascriptEvaluationResult.
The EvaluateJavaScriptAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
The completionHandler is passed the result of the script evaluation or an error.