Skip to content

Commit f06b72d

Browse files
authored
Fix documentation for store.findCookies, missing allowSpecialUseDomain property (#257)
1 parent b1a8898 commit f06b72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Retrieve a cookie with the given domain, path, and key (name). The RFC maintains
406406

407407
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).
408408

409-
#### `store.findCookies(domain, path, callback(err, cookies))`
409+
#### `store.findCookies(domain, path, allowSpecialUseDomain, callback(err, cookies))`
410410

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

0 commit comments

Comments
 (0)