MCPcopy Create free account
hub / github.com/angular/dev-infra / onUpgrade

Method onUpgrade

github-actions/browserstack/set-browserstack-env.js:2068–2072  ·  view source on GitHub ↗
(statusCode, headers, socket)

Source from the content-addressed store, hash-verified

2066 }
2067 }
2068 onUpgrade(statusCode, headers, socket) {
2069 assert(!this.aborted);
2070 assert(!this.completed);
2071 return this[kHandler].onUpgrade(statusCode, headers, socket);
2072 }
2073 onComplete(trailers) {
2074 this.onFinally();
2075 assert(!this.aborted);

Callers 3

executeMethod · 0.45
writeH2Function · 0.45
onUpgradeMethod · 0.45

Calls 4

removeAllListenersFunction · 0.70
removeSignalFunction · 0.70
__privateGetFunction · 0.70
destroyMethod · 0.45

Tested by

no test coverage detected