()
| 9226 | return value instanceof Blob3 && value[Symbol.toStringTag] === "File" && typeof value.name === "string"; |
| 9227 | } |
| 9228 | get name() { |
| 9229 | return __classPrivateFieldGet2(this, _File_name, "f"); |
| 9230 | } |
| 9231 | get lastModified() { |
| 9232 | return __classPrivateFieldGet2(this, _File_lastModified, "f"); |
| 9233 | } |
nothing calls this directly
no test coverage detected