| 2550 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MessageChannel) |
| 2551 | */ |
| 2552 | declare class MessageChannel { |
| 2553 | constructor(); |
| 2554 | /** |
| 2555 | * Returns the first MessagePort object. |
nothing calls this directly
no outgoing calls
no test coverage detected