Onur Adsay

Results 4 comments of Onur Adsay

I didn't test this in Angular 19, but it works in 18. First create a file called `sw.js` under public folder. The content should be ```js importScripts( './ngsw-worker.js', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/dexie.min.js', 'https://cdn.jsdelivr.net/npm/[email protected]/dist/bundles/rxjs.umd.min.js',...

I think moving Y.js support into a separate addon is a good architectural decision. Regarding the name, dexie-y or dexie-y-addon sounds better as it follows the existing naming convention of...

Hi, @dfahlander just wanted to gently bump this issue to see if it's on your radar. Is there any additional information I can provide?

Yes, it has to be async. Here is a quote from [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API#service_worker_concepts_and_usage): > Service workers are non-blocking and designed to be fully asynchronous. As a consequence, APIs such as synchronous...