kJavaScriptHandlerForbiddenNames top-level property
final
List of forbidden names for JavaScript handlers used internally bu the plugin.
Implementation
final kJavaScriptHandlerForbiddenNames = UnmodifiableListView<String>([
"onLoadResource",
"onConsoleMessage",
"shouldInterceptAjaxRequest",
"onAjaxReadyStateChange",
"onAjaxProgress",
"shouldInterceptFetchRequest",
"onPrintRequest",
"onWindowFocus",
"onWindowBlur",
"callAsyncJavaScript",
"evaluateJavaScriptWithContentWorld",
"onFindResultReceived",
"onCallAsyncJavaScriptResultBelowIOS14Received",
"onWebMessagePortMessageReceived",
"onWebMessageListenerPostMessageReceived",
"onScrollChanged",
]);