onJSError property

JSErrorHandler? onJSError
getter/setter pair

Callback triggered when a JavaScript error occurs during loading.

Use this to catch and handle JavaScript execution errors in the web content.

Implementation

JSErrorHandler? onJSError;