Commit 32eb58a 1 parent 1a031d3 commit 32eb58a Copy full SHA for 32eb58a
File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1991,6 +1991,21 @@ HTMLElement.prototype.formResetCallback;
1991
1991
*/
1992
1992
HTMLElement . prototype . formStateRestoreCallback = function ( state , reason ) { } ;
1993
1993
1994
+ /** @type {?function(!DragEvent) } */
1995
+ HTMLElement . prototype . ondrag ;
1996
+ /** @type {?function(!DragEvent) } */
1997
+ HTMLElement . prototype . ondragend ;
1998
+ /** @type {?function(!DragEvent) } */
1999
+ HTMLElement . prototype . ondragenter ;
2000
+ /** @type {?function(!DragEvent) } */
2001
+ HTMLElement . prototype . ondragleave ;
2002
+ /** @type {?function(!DragEvent) } */
2003
+ HTMLElement . prototype . ondragover ;
2004
+ /** @type {?function(!DragEvent) } */
2005
+ HTMLElement . prototype . ondragstart ;
2006
+ /** @type {?function(!DragEvent) } */
2007
+ HTMLElement . prototype . ondrop ;
2008
+
1994
2009
/**
1995
2010
* @see https://dom.spec.whatwg.org/#dictdef-getrootnodeoptions
1996
2011
* @typedef {{
You can’t perform that action at this time.
0 commit comments