mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
LibWeb: Implement DataTransferItemList.remove()
This commit is contained in:
parent
8ab3549585
commit
d9341adb1e
Notes:
github-actions[bot]
2025-09-12 10:31:50 +00:00
Author: https://github.com/tcl3
Commit: d9341adb1e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6088
Reviewed-by: https://github.com/gmta
9 changed files with 84 additions and 1 deletions
|
@ -25,6 +25,7 @@ public:
|
|||
|
||||
String kind() const;
|
||||
String type() const;
|
||||
void set_item_index(Badge<DataTransfer>, Optional<size_t> index) { m_item_index = move(index); }
|
||||
|
||||
void get_as_string(GC::Ptr<WebIDL::CallbackType>) const;
|
||||
GC::Ptr<FileAPI::File> get_as_file() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue