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

Function isFileLike

github-actions/browserstack/set-browserstack-env.js:5167–5169  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

5165 get lastModified() {
5166 webidl.brandCheck(this, _FileLike);
5167 return this[kState].lastModified;
5168 }
5169 get [Symbol.toStringTag]() {
5170 return "File";
5171 }
5172 };

Callers 2

makeEntryFunction · 0.70
multipartFormDataParserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected