(readyState)
| 14859 | } |
| 14860 | __name(isEstablished, "isEstablished"); |
| 14861 | function isClosing(readyState) { |
| 14862 | return readyState === states.CLOSING; |
| 14863 | } |
| 14864 | __name(isClosing, "isClosing"); |
| 14865 | function isClosed(readyState) { |
| 14866 | return readyState === states.CLOSED; |
no outgoing calls
no test coverage detected