Skip to content

ElectronResponse

Unofficial

Response object returned by an onBeforeRequest web-request listener callback.

Import:

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

Signature:

export interface ElectronResponse

Properties

PropertyTypeDescription
cancel?booleanWhether to cancel the request.
redirectURL?stringThe original request is prevented from being sent or completed and is instead redirected to the given URL.