Privileges Type
Constructors
| Constructor |
Description
|
Full Usage:
Privileges(?standard, ?secure, ?bypassCSP, ?allowServiceWorkers, ?supportFetchAPI, ?corsEnabled, ?stream, ?codeCache)
Parameters:
bool
-
Default false.
?secure : bool
-
Default false.
?bypassCSP : bool
-
Default false.
?allowServiceWorkers : bool
-
Default false.
?supportFetchAPI : bool
-
Default false.
?corsEnabled : bool
-
Default false.
?stream : bool
-
Default false.
?codeCache : bool
-
Enable V8 code cache for the scheme, only works when standard is also set to true. Default false.
Returns: Privileges
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.allowServiceWorkers
|
Default false. |
Full Usage:
this.bypassCSP
|
Default false. |
Full Usage:
this.codeCache
|
Enable V8 code cache for the scheme, only works when standard is also set to true. Default false. |
Full Usage:
this.corsEnabled
|
Default false. |
Full Usage:
this.secure
|
Default false. |
Full Usage:
this.standard
|
Default false. |
Full Usage:
this.stream
|
Default false. |
Full Usage:
this.supportFetchAPI
|
Default false. |
fable-electron-docs-api