(key: string)
| 3326 | get onopen(): any | null; |
| 3327 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/open_event) */ |
| 3328 | set onopen(value: any | null); |
| 3329 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */ |
| 3330 | get onmessage(): any | null; |
| 3331 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventSource/message_event) */ |
nothing calls this directly
no outgoing calls
no test coverage detected