webFrame: support fetch api for schemes that are privileged.
This commit is contained in:
parent
5f3c6107d5
commit
2e78aba090
3 changed files with 22 additions and 2 deletions
|
@ -87,7 +87,7 @@ Content Security Policy.
|
|||
|
||||
* `scheme` String
|
||||
|
||||
Registers the `scheme` as secure, bypasses content security policy for resources and
|
||||
allows registering ServiceWorker.
|
||||
Registers the `scheme` as secure, bypasses content security policy for resources,
|
||||
allows registering ServiceWorker and supports fetch API.
|
||||
|
||||
[spellchecker]: https://github.com/atom/node-spellchecker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue