Skip to content

Commit 1333865

Browse files
committed
Add loading attribute for HTMLIframeElement
1 parent c86018d commit 1333865

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

inputfiles/addedTypes.jsonc

+4
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,10 @@
732732
"property": {
733733
"referrerPolicy": {
734734
"type": "ReferrerPolicy"
735+
},
736+
"loading": {
737+
"name": "loading",
738+
"overrideType": "\"eager\" | \"lazy\""
735739
}
736740
}
737741
}

inputfiles/comments.json

+3
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,9 @@
10151015
"contentDocument": {
10161016
"comment": "Retrieves the document object of the page or frame."
10171017
},
1018+
"loading": {
1019+
"comment": "Sets or retrieves the policy for loading iframe elements that are outside the viewport."
1020+
},
10181021
"longDesc": {
10191022
"comment": "Sets or retrieves a URI to a long description of the object."
10201023
}

0 commit comments

Comments
 (0)