Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Page.CompilationCacheParams
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { CompilationCacheParams } = Protocol.Page;

Per-script compilation cache parameters for Page.produceCompilationCache

Properties

url: string

The URL of the script to produce a compilation cache entry for.

optional
eager: boolean

A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).