[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:
Andrey Lushnikov
2017-07-13 23:11:39 -07:00
parent 45c20c7dad
commit 67d109862a
4 changed files with 13 additions and 4 deletions

View File

@@ -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()