Set Data Size Limits For Test Request
data class SetDataSizeLimitsForTestRequest(maxTotalSize: Int, maxResourceSize: Int)
Content copied to clipboard
Represents request frame that can be used with Network#setDataSizeLimitsForTest operation call.
For testing.
See also
Constructors
SetDataSizeLimitsForTestRequest
Link copied to clipboard
fun SetDataSizeLimitsForTestRequest(maxTotalSize: Int, maxResourceSize: Int)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard