hijiangtao / hijiangtao.github.io.comments

Comments container for https://hijiangtao.github.io/
MIT License
0 stars 0 forks source link

Service Worker 实践大全 - Joe’s Blog #114

Open hijiangtao opened 3 years ago

hijiangtao commented 3 years ago

https://hijiangtao.github.io/2021/04/13/Service-Worker-Practical-Notes/

本文就利用 Service Worker 解决问题的过程中遇到的不少问题加以总结,进行记录,主要关注点在 Service Worker 的注册注销、运行时判断、线程间通信及调试几方面,涉及的内容从技术细节上包含 postMessage、MessageChannel、IndexedDB 及开发者调试工具等。