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

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: