From 633d222b45bcb260f7ab1b35b50a1928b9ef1f0c Mon Sep 17 00:00:00 2001 From: Matthew Jee Date: Tue, 3 Sep 2024 14:33:59 -0700 Subject: [PATCH] Fix documentation --- docs/src/api/class-page.md | 4 ---- packages/playwright-core/types/types.d.ts | 2 -- 2 files changed, 6 deletions(-) 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;