Skip to content

replace the following with the correct offline fallback page i.e.: const offline... #55

@todo

Description

@todo

// TODO: replace the following with the correct offline fallback page i.e.: const offlineFallbackPage = "offline.html";
const offlineFallbackPage = "ToDo-replace-this-name.html";
self.addEventListener("message", (event) => {
if (event.data && event.data.type === "SKIP_WAITING") {
self.skipWaiting();


This issue was generated by todo based on a TODO comment in 2c148ab. It's been assigned to @Gizmotronn because they committed the code.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions