We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f197190 + 576ecba commit 147ec33Copy full SHA for 147ec33
baselines/dom.generated.d.ts
@@ -7789,7 +7789,7 @@ declare var HTMLOptionsCollection: {
7789
7790
interface HTMLOrSVGElement {
7791
readonly dataset: DOMStringMap;
7792
- nonce: string;
+ nonce?: string;
7793
tabIndex: number;
7794
blur(): void;
7795
focus(options?: FocusOptions): void;
inputfiles/overridingTypes.json
@@ -133,6 +133,16 @@
133
}
134
135
},
136
+ "HTMLOrSVGElement": {
137
+ "name": "HTMLOrSVGElement",
138
+ "properties": {
139
+ "property": {
140
+ "nonce": {
141
+ "name": "nonce?"
142
+ }
143
144
145
+ },
146
"RandomSource": {
147
"name": "RandomSource",
148
"methods": {
0 commit comments