Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(allowFileAccess)
Parameters:
bool
-
Whether to allow the extension to read local files over file:// protocol and inject content scripts into file:// pages.
This is required e.g. for loading devtools extensions on file:// URLs. Defaults to false.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.allowFileAccess
|
Whether to allow the extension to read local files over file:// protocol and inject content scripts into file:// pages. This is required e.g. for loading devtools extensions on file:// URLs. Defaults to false. |
fable-electron-docs-api