We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d562ceb commit cf68c45Copy full SHA for cf68c45
README.md
@@ -251,10 +251,6 @@ storage.onConnect().then(function() {
251
For compatibility with older browsers, simply load a Promise polyfill such as
252
[es6-promise](https://github.com/jakearchibald/es6-promise).
253
254
-``` html
255
-<script src="https://s3.amazonaws.com/es6-promises/promise-1.0.0.min.js"></script>
256
-```
257
-
258
You can also use RSVP or any other ES6 compliant promise library. Supports IE8
259
and up using the above polyfill. A JSON polyfill is also required
260
for IE8 in Compatibility View. Also note that `catch` is a reserved word in IE8,
0 commit comments