Cookie Store API
An API for reading and modifying cookies. Compared to the existing `document.cookie` method, the API provides a much more modern interface, which can also be used in service workers.
'SameSite' cookie attribute
Same-site cookies ("First-Party-Only" or "First-Party") allow servers to mitigate the risk of CSRF and information leakage attacks by asserting that a particular cookie should only be sent with requests initiated from the same registrable domain.
cookiechangeevent api
cookiechangeevent api: changed
cookiechangeevent api: `cookiechangeevent()` constructor
cookiechangeevent api: deleted
cookiestore api
cookiestoremanager api
cookiestoremanager api: getsubscriptions
cookiestoremanager api: subscribe
cookiestoremanager api: unsubscribe
cookiestore api: `change` event
cookiestore api: delete
cookiestore api: delete: `partitioned` option
cookiestore api: get
cookiestore api: getall
cookiestore api: get: `domain` in return value
cookiestore api: get: `expires` in return value
cookiestore api: get: `name` in return value
cookiestore api: get: `partitioned` in return value
cookiestore api: get: `path` in return value
cookiestore api: get: `samesite` in return value
cookiestore api: get: `secure` in return value
cookiestore api: get: `value` in return value
cookiestore api: set
cookiestore api: set: `maxage` option
cookiestore api: set: `partitioned` option
document api: cookie
navigator api: cookieenabled
serviceworkerglobalscope api: cookiestore
serviceworkerregistration api: cookies
window api: cookiestore
headers http header: clear-site-data: `"cookies"`
headers http header: cookie
headers http header: set-cookie
headers http header: set-cookie: cookie prefixes: `__host-` and `__secure-`
headers http header: set-cookie: httponly
headers http header: set-cookie: cookie prefixes: `__http-` and `__host-http-`
headers http header: set-cookie: max-age
headers http header: set-cookie: partitioned
headers http header: set-cookie: samesite: `samesite=lax`
headers http header: set-cookie: samesite: defaults to `lax`
headers http header: set-cookie: samesite: `samesite=none`
headers http header: set-cookie: samesite: secure attribute required if `samesite=none`
headers http header: set-cookie: samesite: url scheme-aware ("schemeful")
headers http header: set-cookie: samesite: `samesite=strict`
50 results found.