Skip to content

ElectronProtocol.isProtocolRegistered method

ElectronProtocol › isProtocolRegistered

Unofficial

Returns whether scheme is already registered.

Signature:

isProtocolRegistered(scheme: string): boolean

Parameters:

Parameter Type Description
scheme string The scheme to check.

Returns: booleanWhether the scheme is registered.