| 783 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob) |
| 784 | */ |
| 785 | declare class Blob { |
| 786 | constructor(type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[], options?: BlobOptions); |
| 787 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/size) */ |
| 788 | get size(): number; |
nothing calls this directly
no outgoing calls
no test coverage detected