WebIDLpedia

FontFaceSetLoadEvent interface

Definition

CSS Font Loading Module Level 3 defines FontFaceSetLoadEvent



[Exposed=(Window,Worker)]
interface FontFaceSetLoadEvent : Event {
  constructor(CSSOMString type, optional FontFaceSetLoadEventInit eventInitDict = {});
  [SameObject] readonly attribute FrozenArray<FontFace> fontfaces;
};

Methods and attributes that return objects implementing FontFaceSetLoadEvent