MCPcopy Create free account
hub / github.com/nodejs/node / isConnecting

Function isConnecting

deps/undici/undici.js:14853–14855  ·  view source on GitHub ↗
(readyState)

Source from the content-addressed store, hash-verified

14851 var { removeHTTPWhitespace } = require_data_url();
14852 var { collectASequenceOfCodePointsFast } = require_infra();
14853 function isConnecting(readyState) {
14854 return readyState === states.CONNECTING;
14855 }
14856 __name(isConnecting, "isConnecting");
14857 function isEstablished(readyState) {
14858 return readyState === states.OPEN;

Callers 2

failWebsocketConnectionFunction · 0.70
sendMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected