| 792 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob) |
| 793 | */ |
| 794 | declare class Blob { |
| 795 | constructor(type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[], options?: BlobOptions); |
| 796 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */ |
| 797 | get size(): number; |
nothing calls this directly
no outgoing calls
no test coverage detected