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

Function isBroadcastChannel

lib/internal/worker/io.js:352–354  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

350}
351
352function isBroadcastChannel(value) {
353 return value?.[kType] === 'BroadcastChannel';
354}
355
356class BroadcastChannel extends EventTarget {
357 /**

Callers 6

[inspect.custom]Method · 0.85
nameMethod · 0.85
closeMethod · 0.85
postMessageMethod · 0.85
refMethod · 0.85
unrefMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…