JSFiddle - React, Tailwind, and code Playground
JavaScript
var ww = new Worker("http://sandropaganotti.com/wp-content/goodies/misc/simple_ws.js");
ww.postMessage('hello');
ww.addEventListener('message', function(e){ console.log(e) }, false);
var ww = new Worker("http://sandropaganotti.com/wp-content/goodies/misc/simple_ws.js");
ww.postMessage('hello');
ww.addEventListener('message', function(e){ console.log(e) }, false);