mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: follow-up to fix docs (#12668)
This is a follow-up to 49e66c7f08c192f8b79664f8ccb032eeaf665b84 that was landed without bots. I ran bots manually on Mac & Linux.
This commit is contained in:
parent
42765804bc
commit
689d8196e0
6
packages/playwright-core/types/types.d.ts
vendored
6
packages/playwright-core/types/types.d.ts
vendored
@ -8076,7 +8076,7 @@ export interface ElementHandle<T=Node> extends JSHandle<T> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* When set to `"ready"`, screenshot will wait for
|
* When set to `"ready"`, screenshot will wait for
|
||||||
* [`document.fonts.ready()`](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/ready) promise to resolve in all
|
* [`document.fonts.ready`](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/ready) promise to resolve in all
|
||||||
* frames. Defaults to `"nowait"`.
|
* frames. Defaults to `"nowait"`.
|
||||||
*/
|
*/
|
||||||
fonts?: "ready"|"nowait";
|
fonts?: "ready"|"nowait";
|
||||||
@ -15606,7 +15606,7 @@ export interface LocatorScreenshotOptions {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* When set to `"ready"`, screenshot will wait for
|
* When set to `"ready"`, screenshot will wait for
|
||||||
* [`document.fonts.ready()`](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/ready) promise to resolve in all
|
* [`document.fonts.ready`](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/ready) promise to resolve in all
|
||||||
* frames. Defaults to `"nowait"`.
|
* frames. Defaults to `"nowait"`.
|
||||||
*/
|
*/
|
||||||
fonts?: "ready"|"nowait";
|
fonts?: "ready"|"nowait";
|
||||||
@ -15784,7 +15784,7 @@ export interface PageScreenshotOptions {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* When set to `"ready"`, screenshot will wait for
|
* When set to `"ready"`, screenshot will wait for
|
||||||
* [`document.fonts.ready()`](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/ready) promise to resolve in all
|
* [`document.fonts.ready`](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet/ready) promise to resolve in all
|
||||||
* frames. Defaults to `"nowait"`.
|
* frames. Defaults to `"nowait"`.
|
||||||
*/
|
*/
|
||||||
fonts?: "ready"|"nowait";
|
fonts?: "ready"|"nowait";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user