Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.08 KB

web.js.md

File metadata and controls

23 lines (18 loc) · 1.08 KB

Web Standards Bundle

script

Bundled together; nearly every page I create needs at least some of these. These will change over time, and going forward I will only target IE8 and later. (Since IE7 and earlier did not support modifying built-in object prototypes, helper functions used instead that can be used if IE7 compatibility is needed.)

Many of these require ES5 or ES2015. See polyfill.js

This bundles shims for:

web.min.js is a minimized version, c/o http://javascript-minifier.com