mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: fix protocol.isProtocolHandled documentation (#15430)
This commit is contained in:
committed by
John Kleinschmidt
parent
894ae1b3f5
commit
c93973ab7a
@@ -267,7 +267,7 @@ Unregisters the custom protocol of `scheme`.
|
|||||||
|
|
||||||
* `scheme` String
|
* `scheme` String
|
||||||
* `callback` Function
|
* `callback` Function
|
||||||
* `error` Error
|
* `handled` Boolean
|
||||||
|
|
||||||
The `callback` will be called with a boolean that indicates whether there is
|
The `callback` will be called with a boolean that indicates whether there is
|
||||||
already a handler for `scheme`.
|
already a handler for `scheme`.
|
||||||
|
|||||||
Reference in New Issue
Block a user