Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
navigator.serviceWorker.register('/service-worker.js');
如何在/service-worker.js不初始化额外 AJAX 请求的情况下检索标头?
/service-worker.js
服务工作者规范中没有任何内容提供此功能。您可以从对象中获取 urlregistration,但我没有看到任何关于标题的内容。
registration
他们计划在未来为服务工作者添加一个特殊的过期标头,因此也许最终在注册时也公开标头是有意义的。
除非有一种非服务人员特定的方法可以做到这一点,否则我认为你不走运。