loaded property
The loaded
read-only property of the FontFace interface returns a
Promise
that resolves with the current FontFace
object when the font
specified in the object's constructor is done loading or rejects with a
SyntaxError
.
Implementation
external JSPromise<FontFace> get loaded;