mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement the DataTransfer files attribute
This commit is contained in:
committed by
Andreas Kling
parent
8b4d28b5fd
commit
4bb9168712
Notes:
github-actions[bot]
2024-08-19 11:30:24 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4bb9168712d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1111
@@ -51,6 +51,8 @@ public:
|
||||
|
||||
ReadonlySpan<String> types() const;
|
||||
|
||||
JS::NonnullGCPtr<FileAPI::FileList> files() const;
|
||||
|
||||
void associate_with_drag_data_store(DragDataStore& drag_data_store);
|
||||
void disassociate_with_drag_data_store();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user