agektmr / BrowserStorageAbuser

Browser Storage Abuser is a tool to experiment your browser storage limitation on LocalStorage, SessionStorage, WebSQL Database, IndexedDB API and FileSystem API. You can add arbitrary sized files to those storage to see the limit of their size.
demo.agektmr.com/storage/
127 stars 35 forks source link

Demo site doesn't work in IE9 - fails to render past the Quota section #2

Open scunliffe opened 9 years ago

scunliffe commented 9 years ago

I realize that IE9's support of HTML5 storage options is somewhat limited but I think it does support localStorage for example. Unfortunately the site breaks before rendering anything past the Quota section. (Note this may very well be an Angular issue vs. and issue with the testing tool)

Fiddling with the F12 dev tools to force IE9 browser mode and IE9 standards document mode seems to correct this.