Load Network Resource Request
data class LoadNetworkResourceRequest(frameId: FrameId, url: String, options: LoadNetworkResourceOptions)
Content copied to clipboard
Represents request frame that can be used with Network#loadNetworkResource operation call.
Fetches the resource and returns the content.
See also
Constructors
LoadNetworkResourceRequest
Link copied to clipboard
fun LoadNetworkResourceRequest(frameId: FrameId, url: String, options: LoadNetworkResourceOptions)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard