Variable MatcherDefinitionLookupConst

MatcherDefinitionLookup: {
    has-rtc-audio-track: typeof HasAudioTrackMatcher;
    has-rtc-data-channel: typeof HasDataChannelMatcher;
    has-rtc-media-track: typeof HasMediaTrackMatcher;
    has-rtc-video-track: typeof HasVideoTrackMatcher;
    rtc-page-hostname: typeof HostnameMatcher;
    rtc-page-regex: typeof UrlRegexMatcher;
    rtc-user-agent-regex: typeof UserAgentRegexMatcher;
} = ...

Type declaration

Generated using TypeDoc