Builder

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

Constructors

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

Functions

Link copied to clipboard

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.