LibWeb: Implement the DataTransfer files attribute

This commit is contained in:
Timothy Flynn
2024-08-17 14:44:26 -04:00
committed by Andreas Kling
parent 8b4d28b5fd
commit 4bb9168712
Notes: github-actions[bot] 2024-08-19 11:30:24 +00:00
5 changed files with 64 additions and 1 deletions

View File

@@ -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();