support-ie
v1.0.0
Published
Quickly and easily provide support for Internet Explorer users on your website.
Downloads
1
Maintainers
Readme
Support IE
Quickly and easily provide support for Internet Explorer users on your website.
Usage
To ensure the most reliable experience for your IE users, it is best to tell your bundler to copy this script to a separate file in your output, then include it alone. This way, any trouble Internet Explorer may have with the rest of your code will not effect the support script.
<!DOCTYPE html>
<head>
<script src="/bundle/support_ie.js"></script>
<!-- ... -->