The status read-only property of the FontFace interface returns an enumerated value indicating the status of the font, one of "unloaded", "loading", "loaded", or "error".
status
"unloaded"
"loading"
"loaded"
"error"
external FontFaceLoadStatus get status;