@skrillex1224/playwright-toolkit 2.1.136 → 2.1.138
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +103 -95
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +105 -97
- package/dist/index.js.map +3 -3
- package/index.d.ts +0 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -318,8 +318,6 @@ export interface InterceptionSetupOptions {
|
|
|
318
318
|
directDomains?: string[];
|
|
319
319
|
/** 直连配置(参考 blockingConfig) */
|
|
320
320
|
directConfig?: DirectExtensionConfig;
|
|
321
|
-
/** 是否启用拦截处理(false 时始终 continue) */
|
|
322
|
-
enable?: boolean | (() => boolean);
|
|
323
321
|
/** 资源屏蔽配置 */
|
|
324
322
|
blockingConfig?: BlockingConfig;
|
|
325
323
|
/** 直连失败时是否回退到代理(默认 true) */
|