Skip to content

Commit

Permalink
Actually bring back IE11+ compability notice on docs since SauceLabs …
Browse files Browse the repository at this point in the history
…tests proved IE tests to fail
  • Loading branch information
kimmobrunfeldt committed May 11, 2020
1 parent 05ee011 commit 12ccbc5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# Get started

*ProgressBar.js* is lightweight, MIT licensed and supports all major browsers including **IE9+**.
*ProgressBar.js* is lightweight, MIT licensed and supports all major browsers including **IE11+** when using a polyfill.
See complete examples in [full examples](#full-examples) section.

### IE 11 compatibility

You can include ES6 polyfills by adding to your index.html:

```
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"></script>
```

See https://github.com/jeremyckahn/shifty#ie-compatibility and https://polyfill.io/v3/url-builder/.

#### {install} Installing

* Using bower `bower install progressbar.js`
Expand Down

0 comments on commit 12ccbc5

Please sign in to comment.