Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

offline capabilities #52

Open
pkra opened this issue Mar 30, 2016 · 2 comments
Open

offline capabilities #52

pkra opened this issue Mar 30, 2016 · 2 comments

Comments

@pkra
Copy link
Member

pkra commented Mar 30, 2016

It would be nice to enable Lens to load when offline. A serviceworker would be fancy but a manifest would probably take us most of the way. This would need some gulp work to automate.

@pkra
Copy link
Member Author

pkra commented Apr 27, 2016

I played around with appcache for the first time. It's simple enough but a little weird at times (cf http://alistapart.com/article/application-cache-is-a-douchebag). The only thing I couldn't yet make to work are the remote resources (cf also #8).

Will try serviceworkers for comparison.

@pkra
Copy link
Member Author

pkra commented Jun 1, 2016

ServiceWorker is also easy (since we just need a cache). If we fix #8, then appcache will work ok.

Since appcache is deprecated (in terms of spec) and FF & Chrome are planning to actually remove their support, we should implement both.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant