service worker에 대해서
https://developer.mozilla.org/ko/docs/Web/API/Service_Worker_API/Using_Service_Workers
Using Service Workers - Web API | MDN
본 문서에서는 서비스 워커를 시작하기 위한 기본적인 아키텍처, 서비스 워커 등록, 새로운 서비스 워커의 설치와 활성화 과정, 서비스 워커 업데이트, 캐시 제어 및 사용자 정의 응답에 대한 정
developer.mozilla.org
https://github.com/popeindustries/sw-tips
GitHub - popeindustries/sw-tips: Tips for working with ServiceWorker (extracted from a talk at JSConf.eu)
Tips for working with ServiceWorker (extracted from a talk at JSConf.eu) - GitHub - popeindustries/sw-tips: Tips for working with ServiceWorker (extracted from a talk at JSConf.eu)
github.com
service worker와 promise에 대한 차이
(web worker vs promise)
https://stackoverflow.com/questions/20929508/web-workers-vs-promises
Web Workers vs Promises
In order to make a web app responsive you use asynchronous non-blocking requests. I can envision two ways of accomplishing this. One is to use deferreds/promises. The other is Web Workers. With Web
stackoverflow.com