ElectronUploadData
Unofficial
A chunk of upload data attached to a network request.
Import:
import type { ElectronUploadData } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface ElectronUploadDataProperties
| Property | Type | Description | |
|---|---|---|---|
| blobUUID? | string | UUID of blob data. Use Session.getBlobData to retrieve the data. | |
| bytes | Buffer | Content being sent. | |
| file? | string | Path of file being uploaded. |
Links to this page: