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

Implement Service Workers for offline access #43

Open
@mattt

Description

@mattt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions