evalJS

suspend fun evalJS(code: String): String

Eval js on a webview

Return

The result of the eval code

Parameters

code

Code to eval