(e, target, eventFactory = (type, init) => new Event(type, init), eventInitDict = {})
| 17268 | CONNECTING: 0, |
| 17269 | OPEN: 1, |
| 17270 | CLOSING: 2, |
| 17271 | CLOSED: 3 |
| 17272 | }; |
| 17273 | var sentCloseFrameState = { |
| 17274 | NOT_SENT: 0, |
| 17275 | PROCESSING: 1, |
| 17276 | SENT: 2 |
no outgoing calls
no test coverage detected