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

Method error

github-actions/browserstack/set-browserstack-env.js:12684–12687  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12682 webidl.converters.HeadersInit = function(V, prefix, argument) {
12683 if (webidl.util.Type(V) === "Object") {
12684 const iterator = Reflect.get(V, Symbol.iterator);
12685 if (!util.types.isProxy(V) && iterator === Headers2.prototype.entries) {
12686 try {
12687 return getHeadersList(V).entriesList;
12688 } catch (e) {
12689 }
12690 }

Callers 4

index.tsFile · 0.45
onAbortedFunction · 0.45
main.tsFile · 0.45

Calls 2

fromInnerResponseFunction · 0.70
makeNetworkErrorFunction · 0.70

Tested by

no test coverage detected