Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
352
function
isBroadcastChannel(value) {
353
return
value?.[kType] ===
'BroadcastChannel'
;
354
}
355
356
class
BroadcastChannel extends EventTarget {
357
/**
Callers
6
[inspect.custom]
Method · 0.85
name
Method · 0.85
close
Method · 0.85
postMessage
Method · 0.85
ref
Method · 0.85
unref
Method · 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…