Skip to content

Commit 7c12f90

Browse files
Merge pull request #837 from splitio/release_v11.0.0
Prepare release v11.0.0
2 parents 688f34e + fac9db5 commit 7c12f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This SDK is designed to work with Split, the platform for controlled rollouts, w
1010
## Compatibility
1111
The JavaScript SDK is an isomorphic library for both Node.js and Web browser environments.
1212

13-
It supports **Node.js version 6.x and npm 3.x or later**.
13+
It supports **Node.js version 14.x or later**.
1414

15-
For browsers it supports **IE10+ and all the other major browsers**. *However, IE doesn't have native support for Promises, which we require to properly work. If you're targeting IE it's up to you to provide Promises support. You should include a polyfill like [es6-promise](https://github.com/stefanpenner/es6-promise).*
15+
For browsers, the library was build to support ES5 syntax and all major browsers. *However, there are a few polyfills that would be required when targeting old browsers that don't have native support for Promises, Map and Set global objects. You should include polyfills for those, like [es6-promise](https://github.com/stefanpenner/es6-promise) for promises.*
1616

1717
## Getting started
1818
Below is a simple Node.js example that describes the instantiation and most basic usage of our SDK:

0 commit comments

Comments
 (0)