Fix documentation
This commit is contained in:
parent
66dd543816
commit
633d222b45
|
|
@ -2338,10 +2338,6 @@ Navigate to the next page in history.
|
||||||
|
|
||||||
Force the browser to perform garbage collection.
|
Force the browser to perform garbage collection.
|
||||||
|
|
||||||
:::note
|
|
||||||
Forcing garbage collection is only supported in Chromium and WebKit.
|
|
||||||
:::
|
|
||||||
|
|
||||||
### option: Page.goForward.waitUntil = %%-navigation-wait-until-%%
|
### option: Page.goForward.waitUntil = %%-navigation-wait-until-%%
|
||||||
* since: v1.8
|
* since: v1.8
|
||||||
|
|
||||||
|
|
|
||||||
2
packages/playwright-core/types/types.d.ts
vendored
2
packages/playwright-core/types/types.d.ts
vendored
|
|
@ -2556,8 +2556,6 @@ export interface Page {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Force the browser to perform garbage collection.
|
* Force the browser to perform garbage collection.
|
||||||
*
|
|
||||||
* **NOTE** Forcing garbage collection is only supported in Chromium and WebKit.
|
|
||||||
*/
|
*/
|
||||||
forceGarbageCollection(): Promise<void>;
|
forceGarbageCollection(): Promise<void>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue