-
-
Notifications
You must be signed in to change notification settings - Fork 254
Add cleanup command (#11870) #11872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Add cleanup command (#11870) #11872
Conversation
WalkthroughThe pull request introduces a cleanup command to the Bswup service worker system. Changes span two related files: the service worker script now handles a new 'CLEAN_UP' inter-process message to trigger cache deletion, while the main registration script creates a cleanup callback that sends this message to active and waiting service worker states. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Knowledge base: Disabled due to 📒 Files selected for processing (2)
🧰 Additional context used🪛 Biome (2.1.2)src/Bswup/Bit.Bswup/Scripts/bit-bswup.ts[error] 1-1: This variable is used before its declaration. The variable is declared here: (lint/correctness/noInvalidUseBeforeDeclaration) 🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
closes #11870
Summary by CodeRabbit
Release Notes
Bug Fixes
Refactor
✏️ Tip: You can customize this high-level summary in your review settings.