| 12 | const debug = debugModule("socket.io:client"); |
| 13 | |
| 14 | interface WriteOptions { |
| 15 | compress?: boolean; |
| 16 | volatile?: boolean; |
| 17 | preEncoded?: boolean; |
| 18 | wsPreEncoded?: string; |
| 19 | } |
| 20 | |
| 21 | type CloseReason = |
| 22 | | "transport error" |
nothing calls this directly
no outgoing calls
no test coverage detected