Skip to content

Commit 1a998be

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 4f08158 commit 1a998be

File tree

5 files changed

+36
-6
lines changed

5 files changed

+36
-6
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8764,7 +8764,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87648764
*/
87658765
viewTimeline: string;
87668766
/**
8767-
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8767+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87688768
*
87698769
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87708770
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8754,7 +8754,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87548754
*/
87558755
viewTimeline: string;
87568756
/**
8757-
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8757+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87588758
*
87598759
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87608760
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8761,7 +8761,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87618761
*/
87628762
viewTimeline: string;
87638763
/**
8764-
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8764+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87658765
*
87668766
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87678767
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8761,7 +8761,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87618761
*/
87628762
viewTimeline: string;
87638763
/**
8764-
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
8764+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87658765
*
87668766
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87678767
*/

inputfiles/mdn.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6129,6 +6129,16 @@
61296129
"pageType": "web-api-instance-method",
61306130
"summary": "The hasFocus() method of the Document interface returns a boolean value indicating whether the document or any element inside the document has focus.\nThis method can be used to determine whether the active element in a document has focus."
61316131
},
6132+
{
6133+
"mdn_url": "/en-US/docs/Web/API/Document/hasPrivateToken",
6134+
"pageType": "web-api-instance-method",
6135+
"summary": "The hasPrivateToken() method of the Document interface returns a promise that fulfills with a boolean indicating whether the browser has a private state token stored from a particular issuer server."
6136+
},
6137+
{
6138+
"mdn_url": "/en-US/docs/Web/API/Document/hasRedemptionRecord",
6139+
"pageType": "web-api-instance-method",
6140+
"summary": "The hasRedemptionRecord() method of the Document interface returns a promise that fulfills with a boolean indicating whether the browser has a redemption record originating from a particular issuer."
6141+
},
61326142
{
61336143
"mdn_url": "/en-US/docs/Web/API/Document/hasStorageAccess",
61346144
"pageType": "web-api-instance-method",
@@ -13319,6 +13329,11 @@
1331913329
"pageType": "web-api-instance-property",
1332013330
"summary": "The name property of the HTMLIFrameElement interface is a string value that reflects the name attribute of the <iframe> element, indicating the specific name of the <iframe> element."
1332113331
},
13332+
{
13333+
"mdn_url": "/en-US/docs/Web/API/HTMLIFrameElement/privateToken",
13334+
"pageType": "web-api-instance-property",
13335+
"summary": "The privateToken property of the HTMLIFrameElement interface returns a string representation of an options object representing a private state token operation; this object has the same structure as the RequestInit dictionary's privateToken property."
13336+
},
1332213337
{
1332313338
"mdn_url": "/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy",
1332413339
"pageType": "web-api-instance-property",
@@ -22769,6 +22784,16 @@
2276922784
"pageType": "web-api-overview",
2277022785
"summary": "The Prioritized Task Scheduling API provides a standardized way to prioritize all tasks belonging to an application, whether they are defined in a website developer's code or in third-party libraries and frameworks."
2277122786
},
22787+
{
22788+
"mdn_url": "/en-US/docs/Web/API/Private_State_Token_API",
22789+
"pageType": "web-api-overview",
22790+
"summary": "The Private State Token API provides a mechanism for conveying trust in a user's authenticity from one browsing context to another, without sharing the user's identity or allowing their activity across websites to be tracked."
22791+
},
22792+
{
22793+
"mdn_url": "/en-US/docs/Web/API/Private_State_Token_API/Using",
22794+
"pageType": "web-api-overview",
22795+
"summary": "This page explains how to use the Private State Tokens API to conveying trust in a user's authenticity from one browsing context to another."
22796+
},
2277222797
{
2277322798
"mdn_url": "/en-US/docs/Web/API/ProcessingInstruction",
2277422799
"pageType": "web-api-interface",
@@ -37929,6 +37954,11 @@
3792937954
"pageType": "web-api-instance-method",
3793037955
"summary": "The setAttributionReporting() method of the\nXMLHttpRequest interface indicates that you want the request's response to be able to register a JavaScript-based attribution source or attribution trigger."
3793137956
},
37957+
{
37958+
"mdn_url": "/en-US/docs/Web/API/XMLHttpRequest/setPrivateToken",
37959+
"pageType": "web-api-instance-method",
37960+
"summary": "The XMLHttpRequest method setPrivateToken() adds private state token information to an XMLHttpRequest call, to initiate private state token operations."
37961+
},
3793237962
{
3793337963
"mdn_url": "/en-US/docs/Web/API/XMLHttpRequest/setRequestHeader",
3793437964
"pageType": "web-api-instance-method",
@@ -40717,7 +40747,7 @@
4071740747
{
4071840748
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/interpolate-size",
4071940749
"pageType": "css-property",
40720-
"summary": "The interpolate-size CSS property allows you to enable animations and transitions between a <length-percentage> value and an intrinsic size value such as auto, fit-content, or max-content."
40750+
"summary": "The interpolate-size CSS property allows you to enable animations and transitions between a <length-percentage> value and an intrinsic size, fit-content, or max-content."
4072140751
},
4072240752
{
4072340753
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/isolation",
@@ -41922,7 +41952,7 @@
4192241952
{
4192341953
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-axis",
4192441954
"pageType": "css-property",
41925-
"summary": "The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline."
41955+
"summary": "The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline."
4192641956
},
4192741957
{
4192841958
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-inset",

0 commit comments

Comments
 (0)