evalJS

suspend fun evalJS(code: String): String(source)

Eval js on a webview

Return

The result of the eval code

Parameters

code

Code to eval