We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86018d commit 1333865Copy full SHA for 1333865
inputfiles/addedTypes.jsonc
@@ -732,6 +732,10 @@
732
"property": {
733
"referrerPolicy": {
734
"type": "ReferrerPolicy"
735
+ },
736
+ "loading": {
737
+ "name": "loading",
738
+ "overrideType": "\"eager\" | \"lazy\""
739
}
740
741
inputfiles/comments.json
@@ -1015,6 +1015,9 @@
1015
"contentDocument": {
1016
"comment": "Retrieves the document object of the page or frame."
1017
},
1018
1019
+ "comment": "Sets or retrieves the policy for loading iframe elements that are outside the viewport."
1020
1021
"longDesc": {
1022
"comment": "Sets or retrieves a URI to a long description of the object."
1023
0 commit comments