Skip to content

Commit

Permalink
Document need of Promise polyfill for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed May 20, 2019
1 parent 1a2199f commit a2e7a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ The most common store is [`leveldown`](https://github.com/Level/leveldown/) whic

## Supported Platforms

We aim to support Active LTS and Current Node.js releases as well as browsers. For support of the underlying store, please see the respective documentation.
We aim to support Active LTS and Current Node.js releases as well as browsers. For support of the underlying store, please see the respective documentation. If you want to use [Promises](#promise-support), you will need a polyfill like [`pinkie`](https://github.com/floatdrop/pinkie) in older browsers like IE.

[![Sauce Test Status](https://saucelabs.com/browser-matrix/levelup.svg)](https://saucelabs.com/u/levelup)

Expand Down

0 comments on commit a2e7a49

Please sign in to comment.