VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface WebFontProgressEvent

    interface WebFontProgressEvent {
        loadedBytes: number;
        percent?: number;
        phase: "cache-hit" | "downloading" | "finalizing" | "caching" | "complete";
        resolvedSrc: string;
        src: string;
        totalBytes?: number;
    }
    Index

    Properties

    loadedBytes: number
    percent?: number
    phase: "cache-hit" | "downloading" | "finalizing" | "caching" | "complete"
    resolvedSrc: string
    src: string
    totalBytes?: number