diff --git a/codegen/react-html-attributes.json b/codegen/react-html-attributes.json
index e4165e5..71c9622 100644
--- a/codegen/react-html-attributes.json
+++ b/codegen/react-html-attributes.json
@@ -286,6 +286,7 @@
"sandbox",
"scrolling",
"src",
+ "onLoad",
"width"
],
"img": [
diff --git a/src/React/Basic/DOM/Generated.purs b/src/React/Basic/DOM/Generated.purs
index e039366..6426104 100644
--- a/src/React/Basic/DOM/Generated.purs
+++ b/src/React/Basic/DOM/Generated.purs
@@ -7912,6 +7912,7 @@ type Props_iframe =
, onKeyDown :: EventHandler
, onKeyPress :: EventHandler
, onKeyUp :: EventHandler
+ , onLoad :: EventHandler
, onLostPointerCapture :: EventHandler
, onMouseDown :: EventHandler
, onMouseEnter :: EventHandler