We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52d86de + e449b4c commit d4d36b8Copy full SHA for d4d36b8
src/UIEventsAPI/DataTransferItemList.res
@@ -13,7 +13,7 @@ Adds a new entry for the given data to the drag data store. If the data is plain
13
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/DataTransferItemList/add)
14
*/
15
@send
16
-external add2: (dataTransferItemList, file) => dataTransferItem = "add"
+external addFile: (dataTransferItemList, file) => dataTransferItem = "add"
17
18
/**
19
Removes the indexth entry in the drag data store.
0 commit comments