| 800 | stream(): ReadableStream; |
| 801 | } |
| 802 | interface BlobOptions { |
| 803 | type?: string; |
| 804 | } |
| 805 | /** |
| 806 | * Provides information about files and allows JavaScript in a web page to access their content. |
| 807 | * |
nothing calls this directly
no outgoing calls
no test coverage detected