Is anyone else getting this error?
I am just trying to create a very simple web worker but I can't get past this error.
When I do some debugging, I see I am getting an initialization error with this reason...
message { target: Worker, isTrusted: true, data: "{}", origin: "", lastEventId: "", ports: MessagePortList, eventPhase: 0, bubbles: false, cancelable: false, defaultPrevented: false, timeStamp: 1465518268434703 }
does anyone know what this is and why its an error?
Thanks in advance!