Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support URLs into records #57

Closed
inexorabletash opened this issue Oct 7, 2015 · 4 comments
Closed

Support URLs into records #57

inexorabletash opened this issue Oct 7, 2015 · 4 comments

Comments

@inexorabletash
Copy link
Member

https://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0081.html

Imported from https://www.w3.org/2008/webapps/wiki/IndexedDatabaseFeatures

@inexorabletash
Copy link
Member Author

Now that we have Service Workers and soon - including Foreign Fetch - it's unclear we'd want this, rather than allowing an origin to define its own URL namespace backed by IDB queries.

@sicking
Copy link
Contributor

sicking commented Oct 7, 2015

I suspect that this would still be quite useful. If for no other reason than that Service Workers won't be installed on the first run.

I also know that one of the asks from the Google font people was to have a URL which would either quickly succeed, or quickly fail. Either would result in rendering using some font, which was the most important thing when rendering a page.

Another way to look at this is: Will Service Workers make people stop using the filesystem:// URL scheme in chrome?

@inexorabletash
Copy link
Member Author

FWIW, hacky demo using SWs, to show what's involved

https://gist.github.com/inexorabletash/687e7c5914049536f5a3

@inexorabletash
Copy link
Member Author

TPAC 2019 Web Apps Indexed DB triage notes:

This is probably better served by service workers and cache API, possibly with static routing to avoid running any user code.

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

No branches or pull requests

2 participants