WebIDLpedia

FontFacePalettes interface

Definition

CSS Font Loading Module Level 3 defines FontFacePalettes



[Exposed=(Window,Worker)]
interface FontFacePalettes {
  iterable<FontFacePalette>;
  readonly attribute unsigned long length;
  getter FontFacePalette (unsigned long index);
};

Methods and attributes that return objects implementing FontFacePalettes

Referring IDL interfaces/dictionaries