Skip to content

ElectronProtocolRequest

Unofficial

A request passed to a protocol handler.

Import:

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

Signature:

export interface ElectronProtocolRequest

Properties

Property Type Description
headers Record<string, string> The request headers.
method string The HTTP request method.
referrer string The referrer URL.
uploadData? ElectronUploadData[] The upload data for the request.
url string The request URL.