Skip to content

refactor(sw): Consolidate two conflicting navigate-mode routes in the service worker - #1067

Open
SharifIbrahimDev wants to merge 1 commit into
rinafcode:mainfrom
SharifIbrahimDev:refactor/sw-consolidate-navigation-routes
Open

refactor(sw): Consolidate two conflicting navigate-mode routes in the service worker#1067
SharifIbrahimDev wants to merge 1 commit into
rinafcode:mainfrom
SharifIbrahimDev:refactor/sw-consolidate-navigation-routes

Conversation

@SharifIbrahimDev

Copy link
Copy Markdown

Closes #916

Summary of Changes

  • Merged the two conflicting request.mode === 'navigate' routes in src/serviceWorker.ts into a single, unified navigation handler.
  • Guaranteed offline fallback logic runs reliably when offline without dead code branches.

Technical Requirements Checklist

  • Consolidate conflicting navigate-mode Workbox routes into a single handler.
  • Ensure offline-fallback logic executes properly for normal page navigations.

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@SharifIbrahimDev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consolidate two conflicting navigate-mode routes in the service worker

1 participant