@skrillex1224/playwright-toolkit 2.1.256 → 2.1.258

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/index.d.ts CHANGED
@@ -533,6 +533,7 @@ export interface ShareLinkCaptureOptions {
533
533
  payloadSnapshotMaxLen?: number;
534
534
  domSelectors?: string | string[];
535
535
  domMode?: 'added' | 'changed' | 'all';
536
+ signal?: AbortSignal;
536
537
  performActions?: () => void | string | { link?: string | null; payloadText?: string } | Promise<void | string | { link?: string | null; payloadText?: string }>;
537
538
  }
538
539
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skrillex1224/playwright-toolkit",
3
- "version": "2.1.256",
3
+ "version": "2.1.258",
4
4
  "description": "一个在 Apify/Crawlee Actor 中启用实时截图视图的实用工具库。",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",