Skip to content

Commit c038ba3

Browse files
Working on no-longer-available-assets-referenced-in-offline-cache-html problem.
1 parent f127b8a commit c038ba3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

code/playground/KNOWN-BUGS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ This seems to happen because sw-precache stores the fallback file which referenc
1111
soft-reload while online, the fallback file is used instead of getting the document from the server, however, the
1212
old referenced JS file is retrieved by the sw from the server, it is no longer available there, and thus invalid content
1313
is delivered.
14+
15+
See https://github.com/GoogleChromeLabs/sw-precache/issues/356
16+
See https://github.com/api-platform/website/issues/62
17+
See https://github.com/gatsbyjs/gatsby/issues/4636
18+
19+
More likely, the problem is that /tasks is cached by sw-precache and ALWAYS served from sw-precache:
20+
21+
https://github.com/GoogleChromeLabs/sw-precache/issues/269#issuecomment-288730373
22+

0 commit comments

Comments
 (0)