Options Type
Constructors
| Constructor |
Description
|
Full Usage:
Options(?captureMode, ?maxFileSize)
Parameters:
CaptureMode
-
What kinds of data should be captured. By default, only metadata about requests will be captured. Setting this to
includeSensitive will include cookies and authentication data. Setting it to everything will include all bytes transferred on sockets. Can be
default, includeSensitive or everything.
?maxFileSize : float
-
When the log grows beyond this size, logging will automatically stop. Defaults to unlimited.
Returns: Options
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.captureMode
|
What kinds of data should be captured. By default, only metadata about requests will be captured. Setting this to includeSensitive will include cookies and authentication data. Setting it to everything will include all bytes transferred on sockets. Can be default, includeSensitive or everything. |
Full Usage:
this.maxFileSize
|
When the log grows beyond this size, logging will automatically stop. Defaults to unlimited. |
fable-electron-docs-api