Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Add a simple service worker for offline reading of all specs #6

Closed
domenic opened this issue May 6, 2015 · 5 comments
Closed

Add a simple service worker for offline reading of all specs #6

domenic opened this issue May 6, 2015 · 5 comments

Comments

@domenic
Copy link
Member

domenic commented May 6, 2015

Seems like a fun exercise.

I wonder if we could get @jakearchibald to volunteer to do this?

@domenic
Copy link
Member Author

domenic commented Dec 29, 2016

I'm going to try this, first on streams, as a bit of a holiday project.

One thing to consider is that we could make loading spec1.spec.whatwg.org also cache spec2.spec.whatwg.org, but only by spawning an iframe for spec2.spec.whatwg.org. I'm not sure if that's worth it. For now I'll leave that out.

@annevk
Copy link
Member

annevk commented Dec 30, 2016

An interesting thing we can do is cache all subresources through foreign fetch so they are shared across all standards. Not supported yet by any implementation unfortunately.

@domenic
Copy link
Member Author

domenic commented Dec 30, 2016

Yeah, I asked around about how to do that in the present day and was told iframes were the answer.

@domenic
Copy link
Member Author

domenic commented Jan 12, 2017

Let's move this to whatwg/meta#3

@domenic domenic closed this as completed Jan 12, 2017
@jakearchibald
Copy link

I totally missed this issue back in 2015, sorry 😢

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

No branches or pull requests

3 participants