dart-lang / web

Lightweight browser API bindings built around JS static interop.
https://pub.dev/packages/web
BSD 3-Clause "New" or "Revised" License
128 stars 22 forks source link

DataTransferItemList is missing indexer / can't get items #270

Closed jezell closed 6 days ago

jezell commented 3 months ago

external DataTransferItem operator [](int index);

https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItemList

srujzs commented 2 months ago

Duplicate of https://github.com/dart-lang/web/issues/127

Looks like it's the same underlying issue as #127 so I'll make that generic and mark this as a duplicate.