leave a quick note about an error
This commit is contained in:
parent
dde28dfa02
commit
36637c4a7f
@ -1295,7 +1295,7 @@ define([
|
|||||||
if (!noWorker && !noSharedWorker && typeof(SharedWorker) !== "undefined") {
|
if (!noWorker && !noSharedWorker && typeof(SharedWorker) !== "undefined") {
|
||||||
worker = new SharedWorker('/common/outer/sharedworker.js?' + urlArgs);
|
worker = new SharedWorker('/common/outer/sharedworker.js?' + urlArgs);
|
||||||
worker.onerror = function (e) {
|
worker.onerror = function (e) {
|
||||||
console.error(e.message);
|
console.error(e.message); // FIXME seeing lots of errors here as of 2.20.0
|
||||||
};
|
};
|
||||||
worker.port.onmessage = function (ev) {
|
worker.port.onmessage = function (ev) {
|
||||||
if (ev.data === "SW_READY") {
|
if (ev.data === "SW_READY") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user