data class EnableRequest
Request object containing input parameters for the NetworkDomain.enable command.
<init> |
Request object containing input parameters for the NetworkDomain.enable command. EnableRequest(maxTotalBufferSize: Int? = null, maxResourceBufferSize: Int? = null, maxPostDataSize: Int? = null) |
maxPostDataSize |
Longest post body size (in bytes) that would be included in requestWillBeSent notification val maxPostDataSize: Int? |
maxResourceBufferSize |
Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc). val maxResourceBufferSize: Int? |
maxTotalBufferSize |
Buffer size in bytes to use when preserving network payloads (XHRs, etc). val maxTotalBufferSize: Int? |