Skip to content

Commit 1a7e3ba

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent fda9e33 commit 1a7e3ba

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13378,7 +13378,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1337813378
*/
1337913379
setAttribute(qualifiedName: string, value: string): void;
1338013380
/**
13381-
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
13381+
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
1338213382
*
1338313383
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1338413384
*/
@@ -26167,6 +26167,7 @@ declare var PerformanceObserverEntryList: {
2616726167
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2616826168
*/
2616926169
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
26170+
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
2617026171
toJSON(): any;
2617126172
}
2617226173

baselines/ts5.5/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13365,7 +13365,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1336513365
*/
1336613366
setAttribute(qualifiedName: string, value: string): void;
1336713367
/**
13368-
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
13368+
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
1336913369
*
1337013370
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1337113371
*/
@@ -26143,6 +26143,7 @@ declare var PerformanceObserverEntryList: {
2614326143
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2614426144
*/
2614526145
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
26146+
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
2614626147
toJSON(): any;
2614726148
}
2614826149

baselines/ts5.6/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13375,7 +13375,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1337513375
*/
1337613376
setAttribute(qualifiedName: string, value: string): void;
1337713377
/**
13378-
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
13378+
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
1337913379
*
1338013380
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1338113381
*/
@@ -26164,6 +26164,7 @@ declare var PerformanceObserverEntryList: {
2616426164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2616526165
*/
2616626166
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
26167+
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
2616726168
toJSON(): any;
2616826169
}
2616926170

baselines/ts5.9/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13375,7 +13375,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1337513375
*/
1337613376
setAttribute(qualifiedName: string, value: string): void;
1337713377
/**
13378-
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
13378+
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
1337913379
*
1338013380
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1338113381
*/
@@ -26164,6 +26164,7 @@ declare var PerformanceObserverEntryList: {
2616426164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
2616526165
*/
2616626166
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
26167+
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
2616726168
toJSON(): any;
2616826169
}
2616926170

inputfiles/mdn.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8362,7 +8362,7 @@
83628362
{
83638363
"mdn_url": "/en-US/docs/Web/API/Element/setAttributeNS",
83648364
"pageType": "web-api-instance-method",
8365-
"summary": "If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead."
8365+
"summary": "The setAttributeNS() method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name."
83668366
},
83678367
{
83688368
"mdn_url": "/en-US/docs/Web/API/Element/setCapture",
@@ -21959,6 +21959,11 @@
2195921959
"pageType": "web-api-interface",
2196021960
"summary": "The PerformancePaintTiming interface provides timing information about \"paint\" (also called \"render\") operations during web page construction. \"Paint\" refers to conversion of the render tree to on-screen pixels."
2196121961
},
21962+
{
21963+
"mdn_url": "/en-US/docs/Web/API/PerformancePaintTiming/toJSON",
21964+
"pageType": "web-api-instance-method",
21965+
"summary": "The toJSON() method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object."
21966+
},
2196221967
{
2196321968
"mdn_url": "/en-US/docs/Web/API/PerformanceResourceTiming",
2196421969
"pageType": "web-api-interface",
@@ -35262,7 +35267,7 @@
3526235267
{
3526335268
"mdn_url": "/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData",
3526435269
"pageType": "web-api-instance-method",
35265-
"summary": "The WebGLRenderingContext.bufferSubData() method of the\nWebGL API updates a subset of a buffer\nobject's data store."
35270+
"summary": "The WebGLRenderingContext.bufferSubData() method of the WebGL API updates a subset of a buffer object's data store."
3526635271
},
3526735272
{
3526835273
"mdn_url": "/en-US/docs/Web/API/WebGLRenderingContext/canvas",

0 commit comments

Comments
 (0)