Skip to content

Commit

Permalink
ServiceWorker static routing API (#1701)
Browse files Browse the repository at this point in the history
This API allows developers to configure the routing, and allows them to offload simple things ServiceWorkers do. If the condition matches, the navigation happens without starting ServiceWorkers or executing JavaScript, which allows web pages to avoid performance penalties due to ServiceWorker interceptions.

Explainer: https://github.com/WICG/service-worker-static-routing-api
TAG review: w3ctag/design-reviews#863

Co-authored-by: Takashi Nakayama <tnak@chromium.org>
Co-authored-by: Shunya Shishido <sisidovski@users.noreply.github.com>
Co-authored-by: Marijn Kruisselbrink <mek@chromium.org>
  • Loading branch information
4 people authored Feb 22, 2024
1 parent dc2efeb commit 8d4b9df
Showing 1 changed file with 350 additions and 43 deletions.
Loading

0 comments on commit 8d4b9df

Please sign in to comment.