mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
LibWeb: Add Animation event handler attributes
This commit is contained in:
parent
2dd5d0c310
commit
d2cfea5acc
3 changed files with 46 additions and 3 deletions
|
@ -20,9 +20,9 @@ interface Animation : EventTarget {
|
|||
readonly attribute Promise<Animation> ready;
|
||||
readonly attribute Promise<Animation> finished;
|
||||
|
||||
// FIXME: attribute EventHandler onfinish;
|
||||
// FIXME: attribute EventHandler oncancel;
|
||||
// FIXME: attribute EventHandler onremove;
|
||||
attribute EventHandler onfinish;
|
||||
attribute EventHandler oncancel;
|
||||
attribute EventHandler onremove;
|
||||
|
||||
undefined cancel();
|
||||
undefined finish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue