Skip to content

Commit

Permalink
fix: render discouraged / deprecated types (#19596)
Browse files Browse the repository at this point in the history
Fixes #19591
  • Loading branch information
mxschmitt committed Dec 20, 2022
1 parent 2c801f9 commit bb2a2c7
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 bb2a2c7

Please sign in to comment.