WebRequestFilter

external interface WebRequestFilter(source)

Properties

Link copied to clipboard
abstract var excludeUrls: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>??

Array of URL patterns used to exclude requests that match these patterns.

Link copied to clipboard

Array of types that will be used to filter out the requests that do not match the types. When not specified, all types will be matched. Can be mainFrame, subFrame, stylesheet, script, image, font, object, xhr, ping, cspReport, media or webSocket.

Link copied to clipboard
abstract var urls: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>

Array of URL patterns used to include requests that match these patterns. Use the pattern <all_urls> to match all URLs.