mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Implement DataTransferItem.prototype.getAsString()
This commit is contained in:
parent
8865d18a67
commit
181ece4d9c
Notes:
github-actions[bot]
2024-08-23 09:11:32 +00:00
Author: https://github.com/trflynn89
Commit: 181ece4d9c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1163
Reviewed-by: https://github.com/tcl3 ✅
5 changed files with 46 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue