Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 035e37deef18cc1f4d96aba6cc61fd3eaab00cb5
https://github.com/WebKit/WebKit/commit/035e37deef18cc1f4d96aba6cc61fd3eaab00cb5
Author: Youenn Fablet <[email protected]>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M Source/WebCore/workers/service/server/SWServerWorker.cpp
Log Message:
-----------
Service worker routes should be matched even if no fetch event handler is set
rdar://167753466
https://bugs.webkit.org/show_bug.cgi?id=305102
Reviewed by Chris Dumez.
We update the implementation according spec
(https://w3c.github.io/ServiceWorker/#get-router-source and related handle
fetch algorithm).
This is in particular important for cache storage source rules, where either
resources are fetched from cache storage or from network.
Covered by existing tests once regexp rule matching is enabled.
Canonical link: https://commits.webkit.org/305442@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications