Skip to content

Commit

Permalink
Fix documentation for store.findCookies, missing allowSpecialUseDomai…
Browse files Browse the repository at this point in the history
…n property (#257)
  • Loading branch information
bryzaguy committed Jan 31, 2023
1 parent b1a8898 commit f06b72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -406,7 +406,7 @@ Retrieve a cookie with the given domain, path, and key (name). The RFC maintains

Callback takes an error and the resulting `Cookie` object. If no cookie is found then `null` MUST be passed instead (that is, not an error).

#### `store.findCookies(domain, path, callback(err, cookies))`
#### `store.findCookies(domain, path, allowSpecialUseDomain, callback(err, cookies))`

Locates cookies matching the given domain and path. This is most often called in the context of [`cookiejar.getCookies()`](#getcookiescurrenturl-options-callbackerr-cookies).

Expand Down

0 comments on commit f06b72d

Please sign in to comment.