Closed Youhan closed 4 years ago
I intended to use this plugin in a service worker and since it checked for PouchDB on window instance it was not available. The PouchDB instance is accessible under the service worker's ServiceWorkerGlobalScope though!
PouchDB
window
ServiceWorkerGlobalScope
@nolanlawson Could you take a quick look at this?
Ah! Actually nevermind! This tries to set Cookies that are not available to ServiceWorkers!
I intended to use this plugin in a service worker and since it checked for
PouchDB
onwindow
instance it was not available. ThePouchDB
instance is accessible under the service worker'sServiceWorkerGlobalScope
though!