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

Method slice

github-actions/browserstack/set-browserstack-env.js:5138–5141  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

5136 }
5137 stream(...args) {
5138 webidl.brandCheck(this, _FileLike);
5139 return this[kState].blobLike.stream(...args);
5140 }
5141 arrayBuffer(...args) {
5142 webidl.brandCheck(this, _FileLike);
5143 return this[kState].blobLike.arrayBuffer(...args);
5144 }

Callers 15

parseURLFunction · 0.45
dataURLProcessorFunction · 0.45
URLSerializerFunction · 0.45
removeCharsFunction · 0.45
bytesMatchFunction · 0.45
setMethod · 0.45
extractBodyFunction · 0.45
buildHeadersFromArrayFunction · 0.45
schemeFetchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected