vot.js - v2.4.12
    Preparing search index...

    Interface FontFaceSetLoadEventInit

    interface FontFaceSetLoadEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        fontfaces?: FontFace[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    fontfaces?: FontFace[]