1.0.0 • Published 1 year ago

support-ie v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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>
  <!-- ... -->