data class LoadNetworkResourceRequest
Request object containing input parameters for the NetworkDomain.loadNetworkResource command.
<init> |
Request object containing input parameters for the NetworkDomain.loadNetworkResource command. LoadNetworkResourceRequest(frameId: FrameId, url: String, options: LoadNetworkResourceOptions) |
frameId |
Frame id to get the resource for. val frameId: FrameId |
options |
Options for the request. val options: LoadNetworkResourceOptions |
url |
URL of the resource to get content for. val url: String |