mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
860 B
860 B
Home > puppeteer > Protocol > Page > CompilationCacheProducedEvent
Protocol.Page.CompilationCacheProducedEvent interface
Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
Signature:
export interface CompilationCacheProducedEvent
Properties
Property | Type | Description |
---|---|---|
data | string | Base64-encoded data |
url | string |