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

Function errorRequest

github-actions/browserstack/set-browserstack-env.js:1591–1598  ·  view source on GitHub ↗
(client, request, err)

Source from the content-addressed store, hash-verified

1589 obj[kListeners] = null;
1590 }
1591 function errorRequest(client, request, err) {
1592 try {
1593 request.onError(err);
1594 assert(request.aborted);
1595 } catch (err2) {
1596 client.emit("error", err2);
1597 }
1598 }
1599 var kEnumerableProperty = /* @__PURE__ */ Object.create(null);
1600 kEnumerableProperty.enumerable = true;
1601 var normalizedMethodRecordsBase = {

Callers

nothing calls this directly

Calls 1

onErrorMethod · 0.45

Tested by

no test coverage detected