Skip to content

ElectronWebRequestFilter

Unofficial

Filter used to narrow which requests a web-request listener receives.

Import:

import type { ElectronWebRequestFilter } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronWebRequestFilter

Properties

Property Type Description
urls string[] Array of URL patterns that will be used to filter out the requests that do not match the URL patterns.