LoadUnpackedRequest

@Serializable
data class LoadUnpackedRequest(val path: String, val enableInIncognito: Boolean? = null)

Request object containing input parameters for the ExtensionsDomain.loadUnpacked command.

Constructors

Link copied to clipboard
constructor(path: String, enableInIncognito: Boolean? = null)

Types

Link copied to clipboard
class Builder(val path: String)

A builder for LoadUnpackedRequest, which allows setting the optional parameters of the ExtensionsDomain.loadUnpacked command via a lambda.

Properties

Link copied to clipboard

Enable the extension in incognito

Link copied to clipboard

Absolute file path.