MCPcopy Create free account
hub / github.com/microsoft/SandDance / buildScript

Function buildScript

docs/app/js/sanddance-app.js:53780–53782  ·  view source on GitHub ↗
(workerUrl)

Source from the content-addressed store, hash-verified

53778 return workerURL;
53779}
53780function buildScript(workerUrl) {
53781 return "try {\n importScripts('".concat(workerUrl, "');\n} catch (error) {\n console.error(error);\n}");
53782}
53783
53784},{"../env-utils/assert":"9Ogn4","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"1gb9X":[function(require,module,exports) {
53785var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

getWorkerURLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected