Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Implement Service Workers for offline access #43

Open
mattt opened this issue Apr 2, 2020 · 1 comment
Open

Implement Service Workers for offline access #43

mattt opened this issue Apr 2, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mattt
Copy link
Contributor

mattt commented Apr 2, 2020

The Service Worker API allows webpages to download, install, and activate resources that can later be used by the browser. This allows users to view webpages when they're not connected to the Internet or the server hosting the original webpage is offline. Typically, things like cache invalidation and state restoration present significant challenges to adoption, but we fortunately don't have to deal with those for static content like documentation.

@mattt
Copy link
Contributor Author

mattt commented Apr 2, 2020

Related to #44

@mattt mattt added the enhancement New feature or request label Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant