Home
last modified time | relevance | path

Searched refs:findCookie (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dstore.js43 Store.prototype.findCookie = function(domain, path, key, cb) { method in Store
Dmemstore.js59 MemoryCookieStore.prototype.findCookie = function(domain, path, key, cb) { method in MemoryCookieStore
Dcookie.js1107 store.findCookie(cookie.domain, cookie.path, cookie.key, withCookie);
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md373 ### `store.findCookie(domain, path, key, cb(err,cookie))`
411 Remove a cookie from the store (see notes on `findCookie` about the uniqueness constraint).