Skip to content

Commit

Permalink
chery-pick(#19596): fix: render discouraged / deprecated types
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2022
1 parent efa3756 commit 9299d70
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 9299d70

Please sign in to comment.