Skip to content

Browser Support

Cheton Wu edited this page Apr 6, 2016 · 4 revisions

Supports for Chrome, Firefox, Safari, Opera, Microsoft Edge, 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="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.min.js"></script>
Clone this wiki locally