chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page.events / PageEvent / CompilationCacheProducedEvent

CompilationCacheProducedEvent

data class CompilationCacheProducedEvent : PageEvent

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

Official doc

Constructors

<init>

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

CompilationCacheProducedEvent(url: String, data: String)

Properties

data

Base64-encoded data (Encoded as a base64 string when passed over JSON)

val data: String

url

val url: String