Variable FontFaceSetLoadEvent
FontFaceSetLoadEvent: {
prototype: FontFaceSetLoadEvent;
new (
type: string,
eventInitDict?: FontFaceSetLoadEventInit,
): FontFaceSetLoadEvent;
}
prototype: FontFaceSetLoadEvent;
new (
type: string,
eventInitDict?: FontFaceSetLoadEventInit,
): FontFaceSetLoadEvent;
}
Type declaration
- new (
type: string,
eventInitDict?: FontFaceSetLoadEventInit,
): FontFaceSetLoadEvent Parameters
- type: string
Optional
eventInitDict: FontFaceSetLoadEventInit
Returns FontFaceSetLoadEvent
- new (
prototype: FontFaceSetLoadEvent