Builder

class Builder(val url: String, val options: LoadNetworkResourceOptions)

A builder for LoadNetworkResourceRequest, which allows setting the optional parameters of the NetworkDomain.loadNetworkResource command via a lambda.

Constructors

Link copied to clipboard
constructor(url: String, options: LoadNetworkResourceOptions)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard