Skip to content

ElectronUploadData

Unofficial

A chunk of upload data attached to a network request.

Import:

import type { ElectronUploadData } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronUploadData

Properties

PropertyTypeDescription
blobUUID?stringUUID of blob data. Use Session.getBlobData to retrieve the data.
bytesBufferContent being sent.
file?stringPath of file being uploaded.

Links to this page: