diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index c67bae2d47..d36a96ee72 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -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 diff --git a/packages/playwright-core/types/types.d.ts b/packages/playwright-core/types/types.d.ts index 9b9e205849..80d99a732b 100644 --- a/packages/playwright-core/types/types.d.ts +++ b/packages/playwright-core/types/types.d.ts @@ -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;