Grammalecte  Diff

Differences From Artifact [b24f208146]:

To Artifact [8e13e697ca]:


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Background 

"use strict";

/*
    
*/
let funcSendResultBack = null;

/*
    Worker (separate thread to avoid freezing Firefox)
*/
let xGCEWorker = new Worker("gce_worker.js");

xGCEWorker.onmessage = function (e) {




<
<
<
<







1
2
3
4




5
6
7
8
9
10
11
// Background 

"use strict";






/*
    Worker (separate thread to avoid freezing Firefox)
*/
let xGCEWorker = new Worker("gce_worker.js");

xGCEWorker.onmessage = function (e) {