banira
    Preparing search index...

    Interface PrerendererOptions

    interface PrerendererOptions {
        compilerOptions?: CompilerOptions;
        inlineStyles?: boolean;
        readyTimeout?: number;
    }
    Index

    Properties

    compilerOptions?: CompilerOptions
    inlineStyles?: boolean

    Inline adopted constructable stylesheets as critical CSS in the DSD template (default true). See #44.

    readyTimeout?: number

    Upper bound (ms) on waiting for a component to register/settle.