File tree Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Expand file tree Collapse file tree 4 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -16403,7 +16403,7 @@ interface HTMLOrSVGElement {
1640316403 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1640416404 readonly dataset: DOMStringMap;
1640516405 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
16406- nonce? : string;
16406+ nonce: string;
1640716407 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex) */
1640816408 tabIndex: number;
1640916409 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur) */
Original file line number Diff line number Diff line change @@ -16385,7 +16385,7 @@ interface HTMLOrSVGElement {
1638516385 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1638616386 readonly dataset: DOMStringMap;
1638716387 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
16388- nonce? : string;
16388+ nonce: string;
1638916389 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex) */
1639016390 tabIndex: number;
1639116391 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur) */
Original file line number Diff line number Diff line change @@ -16403,7 +16403,7 @@ interface HTMLOrSVGElement {
1640316403 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1640416404 readonly dataset: DOMStringMap;
1640516405 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
16406- nonce? : string;
16406+ nonce: string;
1640716407 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex) */
1640816408 tabIndex: number;
1640916409 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur) */
Original file line number Diff line number Diff line change 3838 }
3939 }
4040 },
41- "HTMLOrSVGElement" : {
42- "properties" : {
43- "property" : {
44- "nonce" : {
45- "name" : " nonce?"
46- }
47- }
48- }
49- },
5041 "WebGLRenderingContextBase" : {
5142 "methods" : {
5243 "method" : {
You can’t perform that action at this time.
0 commit comments