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

Method text

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

Source from the content-addressed store, hash-verified

5140 }
5141 arrayBuffer(...args) {
5142 webidl.brandCheck(this, _FileLike);
5143 return this[kState].blobLike.arrayBuffer(...args);
5144 }
5145 slice(...args) {
5146 webidl.brandCheck(this, _FileLike);
5147 return this[kState].blobLike.slice(...args);
5148 }

Callers

nothing calls this directly

Calls 1

textMethod · 0.45

Tested by

no test coverage detected