fix: 서비스워커 clone 오류 및 PWA 메타 경고 수정#79
Merged
github-actions[bot] merged 1 commit intomainfrom Feb 19, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughPWA 메타 태그를 index.html에 추가하고, 서비스 워커 버전을 v4로 업데이트하며 응답 복제 및 캐싱 오류 처리 메커니즘을 개선했습니다. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
public/sw.js의networkFirst/staleWhileRevalidate에서Response.clone()예외를 안전하게 처리하도록try/catch를 추가했습니다.degururu-pwa-v4로 상향했습니다.index.html에mobile-web-app-capable메타를 추가해 deprecate 경고를 완화했습니다.검증
npm run lintnpm run build:viteSummary by CodeRabbit
릴리스 노트
새로운 기능
개선사항