(type, data)
| 346 | } |
| 347 | |
| 348 | function onMessageEvent(type, data) { |
| 349 | this.dispatchEvent(lazyMessageEvent(type, { data })); |
| 350 | } |
| 351 | |
| 352 | function isBroadcastChannel(value) { |
| 353 | return value?.[kType] === 'BroadcastChannel'; |
nothing calls this directly
no test coverage detected
searching dependent graphs…