Skip to content

Commit 850f3c8

Browse files
Update README.md
Add the link to the skip empty fetch handler PR.
1 parent 99f65db commit 850f3c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ Like the no fetch handler case above, the "cache" source should look up the cach
184184
However, unlike the no fetch handler case above,
185185
`addRoutes()` should return a promise resolved with undefined for the "fetch-event" and "race-network-and-fetch-handler" sources
186186
because the fetch handler exists.
187-
During the navigation, the fetch handler may not need to run for these sources because they are empty.
187+
During the navigation, the fetch handler may not need to run for these sources because they are empty,
188+
which is allowed by https://github.com/w3c/ServiceWorker/pull/1674.
188189

189190
### How does it work with Navigation Preload?
190191

0 commit comments

Comments
 (0)