Variable MatcherDefinitionLookupConst

MatcherDefinitionLookup: {
    has-rtc-audio-track: typeof HasAudioTrackMatcherDefinition;
    has-rtc-data-channel: typeof HasDataChannelMatcherDefinition;
    has-rtc-media-track: typeof HasMediaTrackMatcherDefinition;
    has-rtc-video-track: typeof HasVideoTrackMatcherDefinition;
    rtc-page-hostname: typeof HostnameMatcherDefinition;
    rtc-page-regex: typeof UrlRegexMatcherDefinition;
    rtc-user-agent-regex: typeof UserAgentRegexMatcherDefinition;
} = ...

Type declaration

Generated using TypeDoc