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

PropertyTypeDescription
contentTypestringMIME type of the content.
dataBuffer | stringContent to be sent.

Links to this page: