service-workerprogressive-web-apps

Read cookies from within a Service Worker?


I would like to read a cookie within my service worker to use it when setting up my caches, but can't find any way of doing it.

Is there any way of doing that, or will I need to duplicate cookie data into IDB or similar?


Solution

  • Currently, you can't access them. There's a discussion in the W3C ServiceWorker repo about adding methods to access them in the future.