mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
LibWeb: Implement the DataTransferItemList indexed getter
This commit is contained in:
committed by
Andreas Kling
parent
843f8f04a5
commit
ceb9e30d42
@@ -33,6 +33,8 @@ private:
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
virtual void visit_edges(JS::Cell::Visitor&) override;
|
||||
|
||||
virtual Optional<JS::Value> item_value(size_t index) const override;
|
||||
|
||||
JS::NonnullGCPtr<DataTransfer> m_data_transfer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user