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
- OptionaleventInitDict: FontFaceSetLoadEventInit
 - Returns FontFaceSetLoadEvent
 
- new (
- prototype: FontFaceSetLoadEvent