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

Method json

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

Source from the content-addressed store, hash-verified

9708 }
9709 // https://fetch.spec.whatwg.org/#dom-body-json
9710 json() {
9711 return __async(this, null, function* () {
9712 return consume(this, "json");
9713 });
9714 }
9715 // https://fetch.spec.whatwg.org/#dom-body-blob
9716 blob() {
9717 return __async(this, null, function* () {

Callers

nothing calls this directly

Calls 2

__asyncFunction · 0.70
consumeFunction · 0.70

Tested by

no test coverage detected