interface PreloadMessage {
    resources: string[];
    type: "preload";
}

Properties

Properties

resources: string[]
type: "preload"