swift-doc icon indicating copy to clipboard operation
swift-doc copied to clipboard

Implement Service Workers for offline access

Open mattt opened this issue 5 years ago • 1 comments

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 avatar Apr 02 '20 16:04 mattt

Related to #44

mattt avatar Apr 02 '20 16:04 mattt