@team-speed-kit/predictive-preloading
    Preparing search index...

    Interface SpeedKitRule

    Use rules in your whitelist and blacklist to describe resource patterns.

    interface SpeedKitRule {
        contentType?: ContentType[];
        cookie?: Condition | CookieFunction;
        host?: Condition;
        pathname?: Condition;
        storage?: Condition | StorageFunction;
        url?: Condition;
    }
    Index

    Properties

    contentType?: ContentType[]
    host?: Condition
    pathname?: Condition
    url?: Condition