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 c03129a commit 095f934Copy full SHA for 095f934
src/React/DOM/Props.purs
@@ -478,6 +478,10 @@ onTransitionEnd :: forall eff props state result.
478
(Event -> EventHandlerContext eff props state result) -> Props
479
onTransitionEnd f = unsafeMkProps "onTransitionEnd" (handle f)
480
481
+onError :: forall eff props state result.
482
+ (Event -> EventHandlerContext eff props state result) -> Props
483
+onError f = unsafeMkProps "onError" (handle f)
484
+
485
onLoad :: forall eff props state result.
486
487
onLoad f = unsafeMkProps "onLoad" (handle f)
0 commit comments