Skip to content

Commit a4c88a7

Browse files
Add integrity property
fix
1 parent 937afc3 commit a4c88a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

inputfiles/addedTypes.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,5 +1108,17 @@
11081108
"interface": "PerformanceTiming",
11091109
"readonly": true,
11101110
"type": "number"
1111+
},
1112+
{
1113+
"kind": "property",
1114+
"interface": "HTMLLinkElement",
1115+
"name": "integrity",
1116+
"type": "string"
1117+
},
1118+
{
1119+
"kind": "property",
1120+
"interface": "HTMLScriptElement",
1121+
"name": "integrity",
1122+
"type": "string"
11111123
}
11121124
]

0 commit comments

Comments
 (0)