- PSA: there exists an API to handle cookie without using document.cookie, that is currently only supported by chromium https://developer.mozilla.org/en-US/docs/Web/API/CookieStore 5 comments webdev
- (WICG) The Cookie Store API is a new browser API built to expose cookies to service worker and offer an asynchronous alternative to document.cookie. It’s available in Chrome Browser starting from version 87 https://medium.com/nmc-techblog/introducing-the-async-cookie-store-api-89cbecf401f 3 comments coding
- Malformed cookie handling with document.cookie — who’s responsible? https://medium.com/@listenonrepeat/malformed-cookie-handling-with-document-cookie-whos-responsible-5968254d7d63#.3jb1h8id6 7 comments programming