Test to run ES6 Web Workers inline.

While running some time consuming JS test in browser it was apparent that some kind of thread or worker was needed. At that time FireFox did not have ES6 Web Worker support. It will be added in FireFox 111 planed for 2023-03-14.

The combination ES6, inline seem to not like to coexist in any browser. My efforts have so far not been successful

Some links used