Header menu logo fable-electron-docs-api

Options Type

Constructors

Constructor Description

Options(?captureMode, ?maxFileSize)

Full Usage: Options(?captureMode, ?maxFileSize)

Parameters:
    ?captureMode : 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
?captureMode : 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

this.captureMode

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.

this.maxFileSize

Full Usage: this.maxFileSize

When the log grows beyond this size, logging will automatically stop. Defaults to unlimited.

Type something to start searching.