ElectronWebRequestFilter
Unofficial
Filter used to narrow which requests a web-request listener receives.
Import:
import type { ElectronWebRequestFilter } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronWebRequestFilterProperties
| 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. |