mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
[doclint] parse getters as properties
From the api standpoint, there's no difference between property and a getter. References #14.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
* [headers.values()](#headersvalues)
|
||||
- [class: Body](#class-body)
|
||||
* [body.arrayBuffer()](#bodyarraybuffer)
|
||||
* [body.bodyUsed()](#bodybodyused)
|
||||
* [body.bodyUsed](#bodybodyused)
|
||||
* [body.buffer()](#bodybuffer)
|
||||
* [body.json()](#bodyjson)
|
||||
* [body.text()](#bodytext)
|
||||
@@ -449,7 +449,7 @@ If there's already a header with name `name`, the header gets overwritten.
|
||||
|
||||
### class: Body
|
||||
#### body.arrayBuffer()
|
||||
#### body.bodyUsed()
|
||||
#### body.bodyUsed
|
||||
#### body.buffer()
|
||||
#### body.json()
|
||||
#### body.text()
|
||||
|
||||
Reference in New Issue
Block a user