File tree 1 file changed +3
-3
lines changed
src/main/scala/org/scalajs/dom/raw
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ class IDBTransaction extends EventTarget {
509
509
*
510
510
* MDN
511
511
*/
512
- var onerror : js.Function1 [ErrorEvent , _] = js.native
512
+ var onerror : js.Function1 [Event , _] = js.native
513
513
514
514
/**
515
515
* The event handler for the onabort event.
@@ -613,7 +613,7 @@ class IDBDatabase extends EventTarget {
613
613
*
614
614
* MDN
615
615
*/
616
- var onerror : js.Function1 [ErrorEvent , _] = js.native
616
+ var onerror : js.Function1 [Event , _] = js.native
617
617
618
618
/**
619
619
* Fires when access of the database is aborted.
@@ -788,7 +788,7 @@ class IDBRequest extends EventTarget {
788
788
*
789
789
* MDN
790
790
*/
791
- var onerror : js.Function1 [ErrorEvent , _] = js.native
791
+ var onerror : js.Function1 [Event , _] = js.native
792
792
793
793
/**
794
794
* The state of the request. Every request starts in the pending state. The state
You can’t perform that action at this time.
0 commit comments