LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry()

This commit is contained in:
Jamie Mansfield 2024-08-23 19:41:56 +01:00 committed by Andreas Kling
commit 2e9aec984c
Notes: github-actions[bot] 2024-08-24 12:54:04 +00:00
5 changed files with 34 additions and 0 deletions

View file

@ -7,3 +7,4 @@ stringItemAsString: data=well hello friends
fileItem: kind=file, type=text/plain
length=2, types=custom-type,Files
fileItemAsFile: name=file.txt, type=text/plain
fileItemAsEntry: name=file.txt, file=true, directory=false