LoadNetworkResourceParameter

@Serializable
data class LoadNetworkResourceParameter(val frameId: String? = null, val url: String, val options: Network.LoadNetworkResourceOptions)

Constructors

Link copied to clipboard
constructor(frameId: String? = null, url: String, options: Network.LoadNetworkResourceOptions)

Properties

Link copied to clipboard
val frameId: String? = null

Frame id to get the resource for. Mandatory for frame targets, and should be omitted for worker targets.

Link copied to clipboard

Options for the request.

Link copied to clipboard
val url: String

URL of the resource to get content for.