MCPcopy Index your code
hub / github.com/nodejs/node / name

Method name

lib/internal/worker/io.js:394–398  ·  view source on GitHub ↗

* @type {string}

()

Source from the content-addressed store, hash-verified

392 * @type {string}
393 */
394 get name() {
395 if (!isBroadcastChannel(this))
396 throw new ERR_INVALID_THIS('BroadcastChannel');
397 return this[kName];
398 }
399
400 /**
401 * @returns {void}

Callers

nothing calls this directly

Calls 1

isBroadcastChannelFunction · 0.85

Tested by

no test coverage detected