pl.wendigo.chrome.api.page / AddCompilationCacheRequest

AddCompilationCacheRequest

data class AddCompilationCacheRequest (source)

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

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

Link
Page#addCompilationCache method documentation.

See Also

PageOperations.addCompilationCache

Constructors

<init>

AddCompilationCacheRequest(url: String, data: String)

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

Properties

data

val data: String

Base64-encoded data

url

val url: String