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.
1 parent 932bb1b commit d15fbefCopy full SHA for d15fbef
dom/src/main/scala/org/scalajs/dom/DataTransferItemList.scala
@@ -35,7 +35,7 @@ class DataTransferItemList private[this] extends js.Object {
35
/** Removes all the entries in the drag data store. */
36
def clear(): Unit = js.native
37
38
- @js.annotation.JSBracketAccess
39
/** Returns the DataTransferItem object representing the indexth entry in the drag data store. */
+ @js.annotation.JSBracketAccess
40
def apply(index: Int): DataTransferItem = js.native
41
}
0 commit comments