mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb/HTML: Implement DataTransferItem.webkitGetAsEntry()
This commit is contained in:
parent
169163b002
commit
2e9aec984c
Notes:
github-actions[bot]
2024-08-24 12:54:04 +00:00
Author: https://github.com/jamierocks
Commit: 2e9aec984c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1172
Reviewed-by: https://github.com/trflynn89
5 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue