-
-
Notifications
You must be signed in to change notification settings - Fork 39
Browser Support
Cheton Wu edited this page Apr 10, 2016
·
4 revisions
Chrome |
Edge |
Firefox |
IE |
Opera |
Safari |
---|---|---|---|---|---|
Yes | Yes | Yes | 8+ | Yes | Yes |
Support for Chrome, Edge, Firefox, Opera, Safari, and Internet Explorer versions 8, 9, 10, and 11.
You need to include the es5-shim polyfill (and optionally JSON3) for Internet Explorer 8, as shown below:
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"></script>