LibWeb: Implement DataTransferItem.prototype.getAsString()

This commit is contained in:
Timothy Flynn 2024-08-22 15:01:23 -04:00 committed by Tim Ledbetter
commit 181ece4d9c
Notes: github-actions[bot] 2024-08-23 09:11:32 +00:00
5 changed files with 46 additions and 2 deletions

View file

@ -3,6 +3,7 @@ effectAllowed: none
length=0, types=
stringItem: kind=string, type=custom-type
length=1, types=custom-type
stringItemAsString: data=well hello friends
fileItem: kind=file, type=text/plain
length=2, types=custom-type,Files
fileItemAsFile: name=file.txt, type=text/plain