mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
protocol: api to register custom schemes to standard schemes
This commit is contained in:
@@ -39,6 +39,12 @@ response you would like to send.
|
||||
|
||||
Unregisters the custom protocol of `scheme`.
|
||||
|
||||
## protocol.registerStandardSchemes(value)
|
||||
|
||||
* `value` Array
|
||||
|
||||
`value` is an array of custom schemes to be registered to the standard.
|
||||
|
||||
## protocol.isHandledProtocol(scheme)
|
||||
|
||||
* `scheme` String
|
||||
|
||||
Reference in New Issue
Block a user