mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
LibWeb/CSS: Implement FontFaceSet.onloadingerror
This commit is contained in:
parent
e56e09b820
commit
bbd82265e1
Notes:
sideshowbarker
2024-07-17 03:19:14 +09:00
Author: https://github.com/jamierocks
Commit: bbd82265e1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/85
4 changed files with 16 additions and 1 deletions
|
@ -27,7 +27,7 @@ interface FontFaceSet : EventTarget {
|
|||
// events for when loading state changes
|
||||
attribute EventHandler onloading;
|
||||
attribute EventHandler onloadingdone;
|
||||
[FIXME] attribute EventHandler onloadingerror;
|
||||
attribute EventHandler onloadingerror;
|
||||
|
||||
// check and start loads if appropriate
|
||||
// and fulfill promise when all loads complete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue