Enable Request
@Serializable
Request object containing input parameters for the NetworkDomain.enable command.
Constructors
Types
Link copied to clipboard
class Builder
A builder for EnableRequest, which allows setting the optional parameters of the NetworkDomain.enable command via a lambda.
Properties
Link copied to clipboard
Enable storing response bodies outside of renderer, so that these survive a cross-process navigation. Requires maxTotalBufferSize to be set. Currently defaults to false.
Link copied to clipboard
Longest post body size (in bytes) that would be included in requestWillBeSent notification
Link copied to clipboard
Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
Link copied to clipboard
Buffer size in bytes to use when preserving network payloads (XHRs, etc).
Link copied to clipboard
Whether DirectSocket chunk send/receive events should be reported.