Enable Request
data class EnableRequest(maxTotalBufferSize: Int?, maxResourceBufferSize: Int?, maxPostDataSize: Int?)
Content copied to clipboard
Represents request frame that can be used with Network#enable operation call.
Enables network tracking, network events will now be delivered to the client.
See also
Constructors
EnableRequest
Link copied to clipboard
fun EnableRequest(maxTotalBufferSize: Int? = null, maxResourceBufferSize: Int? = null, maxPostDataSize: Int? = null)
Content copied to clipboard
Properties
maxPostDataSize
Link copied to clipboard
maxResourceBufferSize
Link copied to clipboard
maxTotalBufferSize
Link copied to clipboard
Sources
jvm source
Link copied to clipboard