LibWeb: Implement the DataTransferItem kind and type attributes

This commit is contained in:
Timothy Flynn 2024-08-21 10:24:45 -04:00 committed by Andreas Kling
commit 001d8384e5
Notes: github-actions[bot] 2024-08-22 12:22:21 +00:00
7 changed files with 65 additions and 6 deletions

View file

@ -1,7 +1,7 @@
dropEffect: none
effectAllowed: none
length=0, types=
stringItem: [object DataTransferItem]
stringItem: kind=string, type=custom-type
length=1, types=custom-type
fileItem: [object DataTransferItem]
fileItem: kind=file, type=text/plain
length=2, types=custom-type,Files