Skip to content

ElectronProtocolResponseUploadData

Unofficial

Upload data used as the body of a protocol response for POST requests.

Import:

import type { ElectronProtocolResponseUploadData } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronProtocolResponseUploadData

Properties

Property Type Description
contentType string MIME type of the content.
data Buffer | string Content to be sent.

Links to this page: