regexToCancelSubFramesLoading property

String? regexToCancelSubFramesLoading
getter/setter pair

Regular expression used by WebView.shouldOverrideUrlLoading event to cancel navigation requests for frames that are not the main frame. If the url request of a subframe matches the regular expression, then the request of that subframe is canceled.

Implementation

String? regexToCancelSubFramesLoading;