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 001c22a commit c3d4492Copy full SHA for c3d4492
dom/src/main/scala/org/scalajs/dom/DataTransferItem.scala
@@ -10,7 +10,7 @@ import scala.scalajs.js
10
11
/** Each DataTransferItem object is associated with a [[DataTransfer]] object. */
12
@js.native
13
-trait DataTransferItem extends js.Object {
+class DataTransferItem private[this] extends js.Object {
14
15
/** Returns the drag data item kind, one of: "string", "file". */
16
def kind: DragDataItemKind = js.native
0 commit comments