pouchdb-community / worker-pouch

Easy way to use PouchDB inside a Web Worker or Service Worker
Apache License 2.0
217 stars 35 forks source link

Actually support ServiceWorker #23

Closed nolanlawson closed 7 years ago

nolanlawson commented 8 years ago

This lib doesn't support ServiceWorker yet because it needs to implement the SW-specific postMessage API using MessageChannels (ala promise-worker).

nolanlawson commented 7 years ago

fixed in https://github.com/nolanlawson/worker-pouch/pull/37