Skip to content

ElectronProtocol.isProtocolRegistered method

ElectronProtocol › isProtocolRegistered

Unofficial

Returns whether scheme is already registered.

Signature:

isProtocolRegistered(scheme: string): boolean

Parameters:

ParameterTypeDescription
schemestringThe scheme to check.

Returns: booleanWhether the scheme is registered.