WebView.eval

Evaluates arbitrary JavaScript code. Evaluation happens asynchronously, also the result of the expression is ignored. Use RPC bindings if you want to receive notifications about the results of the evaluation.

class WebView
override
void
eval
(
const char* js
)

Meta