remove webFrame.registerURLSchemeAsSecure() deprecation
This commit is contained in:
parent
4a90056462
commit
94e825378c
4 changed files with 3 additions and 31 deletions
|
@ -43,11 +43,6 @@ ses.setCertificateVerifyProc(function (request, callback) {
|
|||
## `webFrame`
|
||||
|
||||
```js
|
||||
// Deprecated
|
||||
webFrame.registerURLSchemeAsSecure('app')
|
||||
// Replace with
|
||||
protocol.registerStandardSchemes(['app'], {secure: true})
|
||||
|
||||
// Deprecated
|
||||
webFrame.registerURLSchemeAsPrivileged('app', {secure: true})
|
||||
// Replace with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue