mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibWeb: Implement the DataTransfer effect attributes
This commit is contained in:
parent
9e98e63559
commit
3674e037f3
Notes:
github-actions[bot]
2024-08-19 11:30:50 +00:00
Author: https://github.com/trflynn89
Commit: 3674e037f3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
4 changed files with 91 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue