@skrillex1224/playwright-toolkit 2.1.230 → 2.1.231
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/README.md +1 -0
- package/dist/index.cjs +68 -22
- package/dist/index.cjs.map +2 -2
- package/dist/index.js +68 -22
- package/dist/index.js.map +2 -2
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -587,7 +587,7 @@ export interface ShareScreenCompressionOptions {
|
|
|
587
587
|
}
|
|
588
588
|
|
|
589
589
|
export interface ShareScreenCaptureOptions {
|
|
590
|
-
/**
|
|
590
|
+
/** 额外缓冲高度;默认按视口高度自动计算(25%,夹在 120-320px),传 0 可关闭。 */
|
|
591
591
|
buffer?: number;
|
|
592
592
|
/** 截图后是否恢复页面高度和样式 (默认: false) */
|
|
593
593
|
restore?: boolean;
|