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.
🧩 이슈 번호
✅ 작업 사항
기존에는 fcm을 위한 service worker만 실행하거나, 혹은 msw를 위한 service worker만 실행할 수 있었는데요. 이를 동시에 실행할 수 있도록 작업했어요.
postMessage
API와 겹치지 않도록 기존 FCM 서비스 워커의 notificationclick 이벤트에서postMessage
가 메인 스레드에 전달하는 데이터 형태 변경👩💻 공유 포인트 및 논의 사항
Web Push를 위한 FCM 서비스 워커와 API 모킹을 위한 MSW 서비스 워커가 같이 실행되고 있음을 확인할 수 있어요.
실행 커맨드는 기존과 같아요.