Quelle WorkerDebugger.initialize_es_worker.js
Sprache: JAVA
"use strict";
// The following check is one possible way to identify // if this script is loaded as a ES Module or the classic way. const isLoadedAsEsModule = this != globalThis;
// Here we expect the worker to be loaded a ES Module if (isLoadedAsEsModule) {
postMessage("worker");
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.