Promises

- OTHER

A promise represents the eventual result of an asynchronous operation.

Chrome

  1. 4 - 31: Not supported (but has polyfill available)
  2. 32: Partial support
  3. 33 - 118: Supported
  4. 119: Supported
  5. 120 - 122: Supported

Edge

  1. 12 - 118: Supported
  2. 119: Supported

Safari

  1. 3.1 - 7: Not supported (but has polyfill available)
  2. 7.1 - 17.0: Supported
  3. 17.1: Supported
  4. 17.2 - TP: Supported

Firefox

  1. 2 - 26: Not supported (but has polyfill available)
  2. 27 - 28: Partial support
  3. 29 - 119: Supported
  4. 120: Supported
  5. 121 - 123: Supported

Opera

  1. 9 - 18: Not supported (but has polyfill available)
  2. 19: Partial support
  3. 20 - 103: Supported
  4. 104: Supported

IE

  1. 5.5 - 10: Not supported (but has polyfill available)
  2. 11: Not supported (but has polyfill available)

Chrome for Android

  1. 119: Supported

Safari on iOS

  1. 3.2 - 7.1: Not supported (but has polyfill available)
  2. 8 - 17.0: Supported
  3. 17.1: Supported
  4. 17.2: Supported

Samsung Internet

  1. 4 - 22: Supported
  2. 23: Supported

Opera Mini

  1. all: Not supported (but has polyfill available)

Opera Mobile

  1. 10 - 12.1: Not supported (but has polyfill available)
  2. 73: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4: Not supported (but has polyfill available)
  2. 4.4.3: Supported
  3. 119: Supported

Firefox for Android

  1. 119: Supported

QQ Browser

  1. 13.1: Supported

Baidu Browser

  1. 13.18: Supported

KaiOS Browser

  1. 2.5: Supported
  2. 3: Supported
Resources:
A polyfill for ES6-style Promises
Polyfill for this feature is available in the core-js library
Promises/A+ spec
JavaScript Promises: There and back again - HTML5 Rocks