There was an error while loading. Please reload this page.
1 parent 5d511de commit 6068769Copy full SHA for 6068769
src/main/scala/org/scalajs/dom/lib.scala
@@ -3805,15 +3805,15 @@ trait DataTransfer extends js.Object {
3805
*
3806
* MDN
3807
*/
3808
- def effectAllowed: String = ???
+ var effectAllowed: String = ???
3809
3810
/**
3811
* The actual effect that will be used, and should always be one of the possible values
3812
* of effectAllowed.
3813
3814
3815
3816
- def dropEffect: String = ???
+ var dropEffect: String = ???
3817
3818
* Remove the data associated with a given type. The type argument is optional. If the
3819
* type is empty or not specified, the data associated with all types is removed. If
0 commit comments