pl.wendigo.chrome.domain.page / AddCompilationCacheRequest

AddCompilationCacheRequest

data class AddCompilationCacheRequest (source)

Represents request frame that can be used with Page.addCompilationCache method call.

Seeds compilation cache for given url. Compilation cache does not survive cross-process navigation.

Constructors

<init>

AddCompilationCacheRequest(url: String, data: String)

Represents request frame that can be used with Page.addCompilationCache method call.

Properties

data

val data: String

Base64-encoded data

url

val url: String