Fix typings for cookies.get
This commit is contained in:
parent
0732329a38
commit
dd394b0d5c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ The following methods are available on instances of `Cookies`:
|
|||
* `session` Boolean (optional) - Filters out session or persistent cookies.
|
||||
* `callback` Function
|
||||
* `error` Error
|
||||
* `cookies` Cookies[]
|
||||
* `cookies` Cookie[]
|
||||
|
||||
Sends a request to get all cookies matching `details`, `callback` will be called
|
||||
with `callback(error, cookies)` on complete.
|
||||
|
|
Loading…
Add table
Reference in a new issue