From 601c09f7f133dc3ab9f750eb1b41b3b4b03e043c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 25 Mar 2021 04:02:14 +0100 Subject: [PATCH] docs(page): remove note that screenshot takes 1/6+s (#5945) --- docs/src/api/class-page.md | 4 ---- types/types.d.ts | 3 --- 2 files changed, 7 deletions(-) diff --git a/docs/src/api/class-page.md b/docs/src/api/class-page.md index fc2303b717..2f42461bd6 100644 --- a/docs/src/api/class-page.md +++ b/docs/src/api/class-page.md @@ -2158,10 +2158,6 @@ handler function to route the request. Returns the buffer with the captured screenshot. -:::note -Screenshots take at least 1/6 second on Chromium OS X and Chromium Windows. See https://crbug.com/741689 for discussion. -::: - ### option: Page.screenshot.path - `path` <[path]> diff --git a/types/types.d.ts b/types/types.d.ts index 8d3196bb0a..014264e611 100644 --- a/types/types.d.ts +++ b/types/types.d.ts @@ -2359,9 +2359,6 @@ export interface Page { /** * Returns the buffer with the captured screenshot. - * - * > NOTE: Screenshots take at least 1/6 second on Chromium OS X and Chromium Windows. See https://crbug.com/741689 for - * discussion. * @param options */ screenshot(options?: {