TradeMe / bootup.js

Cache and load static files from local storage.
MIT License
820 stars 46 forks source link

Changed line endings, encoding and added Blob URL support #11

Closed kbtombul closed 7 years ago

kbtombul commented 12 years ago

I have changed line endings to LF and encodings to without-BOM; and, if supported, instead of writing the source of js files into the script element, I created a Blob URL and added it as the url attribute of the script element.