onJSError property
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;
Callback triggered when a JavaScript error occurs during loading.
Use this to catch and handle JavaScript execution errors in the web content.
JSErrorHandler? onJSError;