I am developing an HTML5-Application and I want to store some binary files locally to view them in offline mode. I found a way to do it on mobile devices with phonegap. Now I want to store those files using some kind of plugin in Google Chrome or Safari. I found the Gears API but the storage of files is deprectated. Does anyone know a way to store binary files locally using Google Chrome or Safari?
Thanks in Advance