ExternalStorage
Defined in: src/external.ts:23
Pluggable storage backend for uploading large batches.
Methods
Section titled “Methods”upload()
Section titled “upload()”upload(data, contentEncoding): Promise<string>;Defined in: src/external.ts:25
Upload IPC data and return a URL for retrieval.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
data | Uint8Array |
contentEncoding | string |
Returns
Section titled “Returns”Promise<string>