Skip to content

Backport upstream's service worker changes

FeRD (Frank Dana) requested to merge ferdnyc/devdocsgjs:gnome-svc-worker into gnome

This MR contains a set of specific commits, cherry-picked from the upstream devdocs GitHub repo into a branch based on the GNOME fork's HEAD, that migrate the DevDocs offline-content support away from (deprecated, turned off in the current releases of most browsers) AppCache, and instead rely on the w3c-approved standard Service Workers features all of those same browsers (and more) fully support.

Each commit was cherry-picked with the -x flag, so references to the original upstream commit are provided in the commit messages. Commits were picked individually and unsquashed, to make it easier to trace them back to the original source.

Fixes #26 (closed)

Edited by FeRD (Frank Dana)

Merge request reports