Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13378,7 +13378,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* 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.
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down Expand Up @@ -26167,6 +26167,7 @@ declare var PerformanceObserverEntryList: {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
*/
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
toJSON(): any;
}

Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13365,7 +13365,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* 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.
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down Expand Up @@ -26143,6 +26143,7 @@ declare var PerformanceObserverEntryList: {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
*/
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
toJSON(): any;
}

Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13375,7 +13375,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* 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.
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down Expand Up @@ -26164,6 +26164,7 @@ declare var PerformanceObserverEntryList: {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
*/
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
toJSON(): any;
}

Expand Down
3 changes: 2 additions & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13375,7 +13375,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* 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.
* The **`setAttributeNS()`** method of the Element interface adds a new attribute or changes the value of an attribute with the given namespace and name.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down Expand Up @@ -26164,6 +26164,7 @@ declare var PerformanceObserverEntryList: {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/PerformancePaintTiming)
*/
interface PerformancePaintTiming extends PerformanceEntry, PaintTimingMixin {
/** The **`toJSON()`** method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object. */
toJSON(): any;
}

Expand Down
9 changes: 7 additions & 2 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -8362,7 +8362,7 @@
{
"mdn_url": "/en-US/docs/Web/API/Element/setAttributeNS",
"pageType": "web-api-instance-method",
"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."
"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."
},
{
"mdn_url": "/en-US/docs/Web/API/Element/setCapture",
Expand Down Expand Up @@ -21959,6 +21959,11 @@
"pageType": "web-api-interface",
"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."
},
{
"mdn_url": "/en-US/docs/Web/API/PerformancePaintTiming/toJSON",
"pageType": "web-api-instance-method",
"summary": "The toJSON() method of the PerformancePaintTiming interface is a serializer; it returns a JSON representation of the PerformancePaintTiming object."
},
{
"mdn_url": "/en-US/docs/Web/API/PerformanceResourceTiming",
"pageType": "web-api-interface",
Expand Down Expand Up @@ -35262,7 +35267,7 @@
{
"mdn_url": "/en-US/docs/Web/API/WebGLRenderingContext/bufferSubData",
"pageType": "web-api-instance-method",
"summary": "The WebGLRenderingContext.bufferSubData() method of the\nWebGL API updates a subset of a buffer\nobject's data store."
"summary": "The WebGLRenderingContext.bufferSubData() method of the WebGL API updates a subset of a buffer object's data store."
},
{
"mdn_url": "/en-US/docs/Web/API/WebGLRenderingContext/canvas",
Expand Down