Skip to content

Commit d3843f7

Browse files
committed
Add onLoad attribute to iframe
1 parent a1d9325 commit d3843f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codegen/react-html-attributes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@
286286
"sandbox",
287287
"scrolling",
288288
"src",
289+
"onLoad",
289290
"width"
290291
],
291292
"img": [

src/React/Basic/DOM/Generated.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7912,6 +7912,7 @@ type Props_iframe =
79127912
, onKeyDown :: EventHandler
79137913
, onKeyPress :: EventHandler
79147914
, onKeyUp :: EventHandler
7915+
, onLoad :: EventHandler
79157916
, onLostPointerCapture :: EventHandler
79167917
, onMouseDown :: EventHandler
79177918
, onMouseEnter :: EventHandler

0 commit comments

Comments
 (0)