struct Protocol::Page::CompilationCacheParams
- Protocol::Page::CompilationCacheParams
- Struct
- Value
- Object
Overview
Per-script compilation cache parameters for Page.produceCompilationCache
Included Modules
- JSON::Serializable
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#eager : Bool | Nil
A hint to the backend whether eager compilation is recommended.
-
#url : String
The URL of the script to produce a compilation cache entry for.
Constructor Detail
Instance Method Detail
def eager : Bool | Nil
#
A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).