Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dmemstore.js127 MemoryCookieStore.prototype.updateCookie = function(oldCookie, newCookie, cb) { argument
131 this.putCookie(newCookie,cb);
Dstore.js55 Store.prototype.updateCookie = function(oldCookie, newCookie, cb) { argument
Dcookie.js1070 store.updateCookie = function(oldCookie, newCookie, cb) { argument
1071 this.putCookie(newCookie, cb);
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md397 ### `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.