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

Function onParserError

github-actions/saucelabs/set-saucelabs-env.js:18630–18641  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

18628 __privateSet(this, _protocol, protocol);
18629 }
18630 fireEvent("open", this);
18631 };
18632 var WebSocket = _WebSocket;
18633 WebSocket.CONNECTING = WebSocket.prototype.CONNECTING = states.CONNECTING;
18634 WebSocket.OPEN = WebSocket.prototype.OPEN = states.OPEN;
18635 WebSocket.CLOSING = WebSocket.prototype.CLOSING = states.CLOSING;
18636 WebSocket.CLOSED = WebSocket.prototype.CLOSED = states.CLOSED;
18637 Object.defineProperties(WebSocket.prototype, {
18638 CONNECTING: staticPropertyDescriptors,
18639 OPEN: staticPropertyDescriptors,
18640 CLOSING: staticPropertyDescriptors,
18641 CLOSED: staticPropertyDescriptors,
18642 url: kEnumerableProperty,
18643 readyState: kEnumerableProperty,
18644 bufferedAmount: kEnumerableProperty,

Callers

nothing calls this directly

Calls 2

fireEventFunction · 0.70
closeWebSocketConnectionFunction · 0.70

Tested by

no test coverage detected