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

Method url

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

Source from the content-addressed store, hash-verified

13441 let initBody = null;
13442 if (init.body != null) {
13443 const [extractedBody, contentType] = extractBody(
13444 init.body,
13445 request.keepalive
13446 );
13447 initBody = extractedBody;
13448 if (contentType && !getHeadersList(this[kHeaders]).contains("content-type", true)) {
13449 this[kHeaders].append("content-type", contentType);

Callers

nothing calls this directly

Calls 1

URLSerializerFunction · 0.70

Tested by

no test coverage detected