Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dstore.js61 Store.prototype.removeCookie = function(domain, path, key, cb) { method in Store
Dmemstore.js134 MemoryCookieStore.prototype.removeCookie = function(domain, path, key, cb) { method in MemoryCookieStore
Dcookie.js1176 store.removeCookie(c.domain, c.path, c.key, function(){}); // result ignored
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md409 ### `store.removeCookie(domain, path, key, cb(err))`