LibWeb: Implement the DataTransferItemList length attribute

This commit is contained in:
Timothy Flynn 2024-08-21 09:45:04 -04:00 committed by Andreas Kling
commit 843f8f04a5
Notes: github-actions[bot] 2024-08-22 12:22:32 +00:00
8 changed files with 31 additions and 5 deletions

View file

@ -1,4 +1,7 @@
dropEffect: none
effectAllowed: none
stringItem: [object DataTransferItem], types=custom-type
fileItem: [object DataTransferItem], types=custom-type,Files
length=0, types=
stringItem: [object DataTransferItem]
length=1, types=custom-type
fileItem: [object DataTransferItem]
length=2, types=custom-type,Files