| 817 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/File) |
| 818 | */ |
| 819 | declare class File extends Blob { |
| 820 | constructor(bits: ((ArrayBuffer | ArrayBufferView) | string | Blob)[] | undefined, name: string, options?: FileOptions); |
| 821 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/File/name) */ |
| 822 | get name(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected