Skip to content

Files

Latest commit

 

History

History
10 lines (8 loc) · 415 Bytes

compatible-browsers.mdx

File metadata and controls

10 lines (8 loc) · 415 Bytes

The SDK now requires ES2018 compatibility plus support for globalThis. The minimum supported browser versions are:

  • Chrome 71
  • Edge 79
  • Safari 12.1, iOS Safari 12.2
  • Firefox 65
  • Opera 58
  • Samsung Internet 10

For IE11 support please transpile your code to ES5 using babel or similar and add required polyfills.