|
| Summary: |
Offline mode is not working in electron |
| Issue Type: |
Bug |
| Affects Versions: |
0.1 |
| Assignee: |
Unassigned |
| Components: |
Offline |
| Created: |
14/Jan/25 10:16 |
| Priority: |
Major |
| Reporter: |
Manuel Leduc |
| 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:
|
|