| 45 | ) |
| 46 | Object.defineProperty(globalThis, `BroadcastChannel`, { |
| 47 | value: class { |
| 48 | constructor() { |
| 49 | throw new Error( |
| 50 | `BroadcastChannel should not be used in single-tab mode`, |
nothing calls this directly
no outgoing calls
no test coverage detected