Kill javascript engine in webview for chrome app

78 Views Asked by At

Is it possible to terminate the javascript engine in a webview that runs from a chrome app on the desktop, using the chrome aps api (and not the java api).

I see there is a terminate method on the webview, but it seems to also kill the render function and I would only stop/freeze the javascript running there.

0

There are 0 best solutions below