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

Function escape

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

Source from the content-addressed store, hash-verified

5661 type = "application/x-www-form-urlencoded;charset=UTF-8";
5662 } else if (isArrayBuffer(object)) {
5663 source = new Uint8Array(object.slice());
5664 } else if (ArrayBuffer.isView(object)) {
5665 source = new Uint8Array(object.buffer.slice(object.byteOffset, object.byteOffset + object.byteLength));
5666 } else if (util.isFormDataLike(object)) {

Callers 1

extractBodyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected