Cookie Store API

- UNOFF

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.

Chrome

  1. ❌ 4 - 63: Not supported
  2. ❌ 64 - 86: Disabled by default
  3. ✅ 87 - 153: Supported
  4. ✅ 154: Supported
  5. ✅ 155 - 157: Supported

Edge

  1. ❌ 12 - 18: Not supported
  2. ❌ 79 - 86: Disabled by default
  3. ✅ 87 - 151: Supported
  4. ✅ 152: Supported

Safari

  1. ❌ 3.1 - 18.3: Not supported
  2. ✅ 18.4 - 26.6: Supported
  3. ✅ 27: Supported
  4. ✅ 27.1 - TP: Supported

Firefox

  1. ❌ 2 - 131: Not supported
  2. ❌ 132 - 139: Disabled by default
  3. ✅ 140 - 155: Supported
  4. ✅ 156: Supported
  5. ✅ 157 - 159: Supported

Opera

  1. ❌ 9 - 50: Not supported
  2. ❌ 51 - 73: Disabled by default
  3. ✅ 74 - 134: Supported
  4. ✅ 135: Supported

IE

  1. ❌ 5.5 - 10: Not supported
  2. ❌ 11: Not supported

Chrome for Android

  1. ✅ 152: Supported

Safari on iOS

  1. ❌ 3.2 - 18.3: Not supported
  2. ✅ 18.4 - 26.6: Supported
  3. ✅ 27.0: Supported
  4. ✅ 27.1 - 27.2: Supported

Samsung Internet

  1. ❌ 4 - 13.0: Not supported
  2. ✅ 14.0 - 29: Supported
  3. ✅ 30: Supported

Opera Mini

  1. ❌ all: Not supported

Opera Mobile

  1. ❌ 10 - 12.1: Not supported
  2. ✅ 80: Supported

UC Browser for Android

  1. ✅ 15.5: Supported

Android Browser

  1. ❌ 2.1 - 4.4.4: Not supported
  2. ✅ 152: Supported

Firefox for Android

  1. ✅ 156: Supported

QQ Browser

  1. ❌ 14.9: Not supported

Baidu Browser

  1. ✅ 13.52: Supported

KaiOS Browser

  1. ❌ 2.5: Not supported
  2. ❌ 3: Not supported
Resources:
WebKit support bug
Firefox support bug
Article on using the Cookie Store API
WebKit position
Specification explainer