Skip to content

ElectronProtocol.unregisterProtocol method

ElectronProtocol › unregisterProtocol

Unofficial

Unregisters the custom protocol of scheme.

Signature:

unregisterProtocol(scheme: string): boolean

Parameters:

Parameter Type Description
scheme string The scheme to unregister.

Returns: booleanWhether the protocol was successfully unregistered.