intercellular / cell

A self-driving web app framework
https://www.celljs.org
MIT License
1.5k stars 94 forks source link

deprecated message #134

Closed aaronrocha closed 7 years ago

aaronrocha commented 7 years ago

cell.js:356 [Deprecation] 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. (anonymous) @ cell.js:356 detect @ cell.js:354 create @ cell.js:379 (anonymous) @ cell.js:404

gliechtenstein commented 7 years ago

This is related to https://github.com/intercellular/cell/issues/122 and not a real problem, but it keeps coming up and is kind of annoying to see that warning message every time, so I just got rid of it. Please try the latest develop branch.

You could also just try including this https://rawgit.com/intercellular/cell/develop/cell.js - will eventually be merged into main

aaronrocha commented 7 years ago

thanks