chore: follow-up to fix docs (#12668)
This is a follow-up to 49e66c7f08 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
|
||||
* [`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"`.
|
||||
*/
|
||||
fonts?: "ready"|"nowait";
|
||||
|
|
@ -15606,7 +15606,7 @@ export interface LocatorScreenshotOptions {
|
|||
|
||||
/**
|
||||
* 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"`.
|
||||
*/
|
||||
fonts?: "ready"|"nowait";
|
||||
|
|
@ -15784,7 +15784,7 @@ export interface PageScreenshotOptions {
|
|||
|
||||
/**
|
||||
* 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"`.
|
||||
*/
|
||||
fonts?: "ready"|"nowait";
|
||||
|
|
|
|||
Loading…
Reference in a new issue