MCPcopy
hub / github.com/Tencent/vConsole / VConsoleNetworkOptions

Interface VConsoleNetworkOptions

src/core/options.interface.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6export interface VConsoleNetworkOptions {
7 maxNetworkNumber?: number;
8 ignoreUrlRegExp?: RegExp;
9}
10
11export type VConsoleAvailableStorage = 'cookies' | 'localStorage' | 'sessionStorage' | 'wxStorage';
12export interface VConsoleStorageOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…