Fix documentation

This commit is contained in:
Matthew Jee 2024-09-03 14:33:59 -07:00
parent 66dd543816
commit 633d222b45
2 changed files with 0 additions and 6 deletions

View file

@ -2338,10 +2338,6 @@ Navigate to the next page in history.
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-%%
* since: v1.8

View file

@ -2556,8 +2556,6 @@ export interface Page {
/**
* Force the browser to perform garbage collection.
*
* **NOTE** Forcing garbage collection is only supported in Chromium and WebKit.
*/
forceGarbageCollection(): Promise<void>;