This issue has been created
 
 
Cristal / cid:jira-generated-image-avatar-009f2f64-f2b1-413a-a020-a06b872d6ff8 CRISTAL-417 Open

Offline mode is not working in electron

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-271f1a7f-1711-4449-b1f8-aafc418e06d6 Manuel Leduc created this issue on 14/Jan/25 10:16
 
Summary: Offline mode is not working in electron
Issue Type: cid:jira-generated-image-avatar-009f2f64-f2b1-413a-a020-a06b872d6ff8 Bug
Affects Versions: 0.1
Assignee: Unassigned
Components: Offline
Created: 14/Jan/25 10:16
Priority: cid:jira-generated-image-static-major-96bc65bd-a22c-49ca-8cb9-663a1df71887 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:

  1. modularize the workers loading so that each instance can choose how to load the workers
  2. the electron worker loader use the correct adapter to make it work on electron (see resources below)

Useful resources: