Searched refs:newCookie (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/node_modules/tough-cookie/lib/ |
D | memstore.js | 127 MemoryCookieStore.prototype.updateCookie = function(oldCookie, newCookie, cb) { argument 131 this.putCookie(newCookie,cb);
|
D | store.js | 55 Store.prototype.updateCookie = function(oldCookie, newCookie, cb) { argument
|
D | cookie.js | 1070 store.updateCookie = function(oldCookie, newCookie, cb) { argument 1071 this.putCookie(newCookie, cb);
|
/third_party/node/deps/npm/node_modules/tough-cookie/ |
D | README.md | 397 ### `store.updateCookie(oldCookie, newCookie, cb(err))` 403 … implementation doesn't define this method a stub that calls `putCookie(newCookie,cb)` will be add… 405 The `newCookie` and `oldCookie` objects MUST NOT be modified. 407 Pass an error if the newCookie cannot be stored.
|