Searched refs:removeCookie (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | store.js | 61 Store.prototype.removeCookie = function(domain, path, key, cb) { method in Store
|
D | memstore.js | 134 MemoryCookieStore.prototype.removeCookie = function(domain, path, key, cb) { method in MemoryCookieStore
|
D | cookie.js | 1176 store.removeCookie(c.domain, c.path, c.key, function(){}); // result ignored
|
/third_party/node/deps/npm/node_modules/tough-cookie/ |
D | README.md | 409 ### `store.removeCookie(domain, path, key, cb(err))`
|