Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.1
-
None
-
Unknown
-
Description
Having service workers on electron is not as straightforward as in a browser environment.
Therefore, additional code is required to:
- modularize the workers loading so that each instance can choose how to load the workers
- the electron worker loader use the correct adapter to make it work on electron (see resources below)
Useful resources: