pl.wendigo.chrome.api.page / CompilationCacheProducedEvent

CompilationCacheProducedEvent

data class CompilationCacheProducedEvent : Event (source)

Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.

Link
Page#compilationCacheProduced event documentation.

Constructors

<init>

CompilationCacheProducedEvent(url: String, data: String)

Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.

Properties

data

val data: String

Base64-encoded data

url

val url: String

Inherited Functions

protocolDomain

fun protocolDomain(): String