Skip to content

Commit 3c9e48c

Browse files
added nonce
1 parent 8d94cce commit 3c9e48c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7861,6 +7861,7 @@ interface HTMLScriptElement extends HTMLElement {
78617861
htmlFor: string;
78627862
integrity: string;
78637863
noModule: boolean;
7864+
nonce: string;
78647865
referrerPolicy: string;
78657866
/**
78667867
* Retrieves the URL to an external file that contains the source code or data.
@@ -8046,6 +8047,7 @@ interface HTMLStyleElement extends HTMLElement, LinkStyle {
80468047
* Sets or retrieves the media type.
80478048
*/
80488049
media: string;
8050+
nonce: string;
80498051
/**
80508052
* Retrieves the CSS language in which the style sheet is written.
80518053
*/

inputfiles/overridingTypes.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,26 @@
235235
}
236236
}
237237
},
238+
"HTMLScriptElement": {
239+
"properties": {
240+
"property": {
241+
"nonce": {
242+
"name": "nonce",
243+
"type": "DOMString"
244+
}
245+
}
246+
}
247+
},
248+
"HTMLStyleElement": {
249+
"properties": {
250+
"property": {
251+
"nonce": {
252+
"name": "nonce",
253+
"type": "DOMString"
254+
}
255+
}
256+
}
257+
},
238258
"SourceBuffer": {
239259
"specs": "media-source",
240260
"name": "SourceBuffer",

0 commit comments

Comments
 (0)