Skip to content
Discussion options

You must be logged in to vote

The service-worker does not bundle neither dexie or rxjs.

If the service worker uses importScripts() it should import all three:

importScripts('<dexie UMD module, downloaded from https://dexie.org/docs/Download or https://unpkg.com/dexie/dist/dexie.min.js>')
importScripts('<rxjs downloaded from https://unpkg.com/rxjs/dist/bundles/rxjs.umd.min.js>');
importScripts('<dexie-cloud-addon, downloaded from https://unpkg.com/dexie-cloud-addon/dist/umd/dexie-cloud-addon.min.js'>);

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@sarink
Comment options

Answer selected by sarink
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants