fix: setCertVerifyProc canceling unrelated requests (#26517)
This commit is contained in:
parent
7c2ac6b7c1
commit
ead13791a8
3 changed files with 32 additions and 11 deletions
|
@ -483,6 +483,8 @@ win.webContents.session.setCertificateVerifyProc((request, callback) => {
|
|||
})
|
||||
```
|
||||
|
||||
> **NOTE:** The result of this procedure is cached by the network service.
|
||||
|
||||
#### `ses.setPermissionRequestHandler(handler)`
|
||||
|
||||
* `handler` Function | null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue