Skip to content

Commit

Permalink
chery-pick(#19596): fix: render discouraged / deprecated types (#19598)
Browse files Browse the repository at this point in the history
This PR cherry-picks the following commits:

- bb2a2c7

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
playwrightmachine and github-actions[bot] committed Dec 20, 2022
1 parent 0237b7b commit 5c0e23d
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 109 deletions.
3 changes: 1 addition & 2 deletions docs/src/api/class-timeouterror.md
Expand Up @@ -2,8 +2,7 @@
* since: v1.8
* extends: [Error]

TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g. [`method:
Locator.waitFor`] or [`method: BrowserType.launch`].
TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g. [`method: Locator.waitFor`] or [`method: BrowserType.launch`].

```js
const playwright = require('playwright');
Expand Down

0 comments on commit 5c0e23d

Please sign in to comment.