Package-level declarations

Types

Link copied to clipboard

Defines commands and events for browser extensions. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.

Link copied to clipboard
@Serializable
data class LoadUnpackedRequest(val path: String)

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

Link copied to clipboard
@Serializable
data class LoadUnpackedResponse(val id: String)

Response type for the ExtensionsDomain.loadUnpacked command.