* Get the raw image data for a hosted image * @returns ReadableStream of image bytes, or null if not found
()
| 13842 | * @returns ReadableStream of image bytes, or null if not found |
| 13843 | */ |
| 13844 | bytes(): Promise<ReadableStream<Uint8Array> | null> |
| 13845 | /** |
| 13846 | * Update hosted image metadata |
| 13847 | * @param options Properties to update |
nothing calls this directly
no outgoing calls
no test coverage detected