File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ app.on('ready', () => {
5454 })
5555})
5656```
57- Using ` protocol.registerStandardSchemes ` without the session will still register your custom protocol as a standard scheme.
5857
5958## Methods
6059
@@ -158,9 +157,7 @@ specified. For the available error numbers you can use, please see the
158157[ net error list] [ net-error ] .
159158
160159By default the ` scheme ` is treated like ` http: ` , which is parsed differently
161- than protocols that follow the "generic URI syntax" like ` file: ` , so you
162- probably want to call ` protocol.registerStandardSchemes ` to have your scheme
163- treated as a standard scheme.
160+ than protocols that follow the "generic URI syntax" like ` file: ` .
164161
165162### ` protocol.registerBufferProtocol(scheme, handler[, completion]) `
166163
You can’t perform that action at this time.
0 commit comments