Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(url, ?headers, ?serverType)
Parameters:
string
-
?headers : Record<string, string>
-
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || HTTP request headers.
?serverType : ServerType
-
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ || Can be json or
default, see the Squirrel.Mac README for more information.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.headers
|
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ HTTP request headers. |
Full Usage:
this.serverType
|
⚠ OS Compatibility: WIN ❌ | MAC ✔ | LIN ❌ | MAS ❌ Can be json or default, see the Squirrel.Mac README for more information. |
Full Usage:
this.url
|
|
fable-electron-docs-api