uncaught typeerror: cannot read properties of undefined (reading 'onmessage') - chrome extension 개발 중 일어난 에러
manifest.json "background": { "service_worker": "background.js" },"permissions": [ "tabs",... background.jschrome.runtime.onMessage.addListener((request, __, sendResponse) => { console.log("Received message:", request); // 메시지 처리 로직 if (request.action === "doSomething") { console.log("Action performed."); sendResponse({ status: "success" }); } else { sendResponse({ status: "..
카테고리 없음
2024. 10. 19. 15:24
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 위코드
- 노개북
- nodejs
- 원티드
- 노마드코더
- 우아한테크코스
- createPortal
- NextRequest
- 스토리 북
- electron
- C언어
- javascript
- jest
- TopLayer
- 아차산
- 윤성우 열혈C프로그래밍
- nextjs
- 북클럽
- import/order
- React
- env
- error
- Storybook
- 프론트앤드
- WSL2
- 프리온보딩
- 초보
- CLASS
- NextApiRequest
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
글 보관함