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.
2 parents aa132cd + d3843f7 commit 29774c5Copy full SHA for 29774c5
codegen/react-html-attributes.json
@@ -287,6 +287,7 @@
287
"sandbox",
288
"scrolling",
289
"src",
290
+ "onLoad",
291
"width"
292
],
293
"img": [
src/React/Basic/DOM/Generated.purs
@@ -7913,6 +7913,7 @@ type Props_iframe =
7913
, onKeyDown :: EventHandler
7914
, onKeyPress :: EventHandler
7915
, onKeyUp :: EventHandler
7916
+ , onLoad :: EventHandler
7917
, onLostPointerCapture :: EventHandler
7918
, onMouseDown :: EventHandler
7919
, onMouseEnter :: EventHandler
0 commit comments