thinkpixellab / PxLoader

PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
http://thinkpixellab.com/pxloader
1.11k stars 173 forks source link

Remove support for old browsers (IE 8, Safari 5 et al) #49

Closed robinnorth closed 8 years ago

robinnorth commented 8 years ago

You can save a few bytes by removing support for old, redundant browsers from the library. End users that really need to continue supporting these browsers can always polyfill Date.now(), Array.isArray(), addEventListener and removeEventListener globally.