montoyo / mcef

Minecraft ChromiumEF (based on JCEF)
Other
191 stars 83 forks source link

support for localStorage, application cache #2

Closed pelikhan closed 9 years ago

pelikhan commented 9 years ago

It seems that the browser always starts without any prior data. Is there a way to enable AppCache and localStorage?

pelikhan commented 9 years ago

settings the cache_path field on the CefSettings should be enough to enable this feature.

montoyo commented 9 years ago

Hello! Thanks for your contribution, I'll add this (and a way to disable the example browser) in the 1.8 update.