Skip to content

Commit

Permalink
docs(api): indicate that page.isDragInterceptionEnabled is a method
Browse files Browse the repository at this point in the history
Like other methods in the docs, it should have `()` in the header.
  • Loading branch information
mathiasbynens committed Jul 12, 2021
1 parent d70f60e commit a7452d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -157,7 +157,7 @@
* [page.goto(url[, options])](#pagegotourl-options)
* [page.hover(selector)](#pagehoverselector)
* [page.isClosed()](#pageisclosed)
* [page.isDragInterceptionEnabled](#pageisdraginterceptionenabled)
* [page.isDragInterceptionEnabled()](#pageisdraginterceptionenabled)
* [page.isJavaScriptEnabled()](#pageisjavascriptenabled)
* [page.keyboard](#pagekeyboard)
* [page.mainFrame()](#pagemainframe)
Expand Down Expand Up @@ -2008,7 +2008,7 @@ Shortcut for [page.mainFrame().hover(selector)](#framehoverselector).

Indicates that the page has been closed.

#### page.isDragInterceptionEnabled
#### page.isDragInterceptionEnabled()

- returns: <[boolean]>

Expand Down

0 comments on commit a7452d2

Please sign in to comment.