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

Function isBrowserMainThread

docs/app/js/sanddance-app.js:57932–57934  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57930}
57931exports.default = isBrowser;
57932function isBrowserMainThread() {
57933 return isBrowser() && typeof document !== "undefined";
57934}
57935
57936},{"./is-electron":"lyuUC","process":"1RiLM","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"lyuUC":[function(require,module,exports) {
57937var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls 1

isBrowserFunction · 0.70

Tested by

no test coverage detected