LibWeb: Implement the DataTransfer effect attributes

This commit is contained in:
Timothy Flynn 2024-08-16 13:40:56 -04:00 committed by Andreas Kling
commit 3674e037f3
Notes: github-actions[bot] 2024-08-19 11:30:50 +00:00
4 changed files with 91 additions and 2 deletions

View file

@ -3,8 +3,8 @@
interface DataTransfer {
constructor();
[FIXME] attribute DOMString dropEffect;
[FIXME] attribute DOMString effectAllowed;
attribute DOMString dropEffect;
attribute DOMString effectAllowed;
[FIXME, SameObject] readonly attribute DataTransferItemList items;