mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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
|
@ -35,6 +35,8 @@ public:
|
|||
WebIDL::CallbackType* onloading();
|
||||
void set_onloadingdone(WebIDL::CallbackType*);
|
||||
WebIDL::CallbackType* onloadingdone();
|
||||
void set_onloadingerror(WebIDL::CallbackType*);
|
||||
WebIDL::CallbackType* onloadingerror();
|
||||
|
||||
JS::ThrowCompletionOr<JS::NonnullGCPtr<JS::Promise>> load(String const& font, String const& text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue