|
6129 | 6129 | "pageType": "web-api-instance-method", |
6130 | 6130 | "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." |
6131 | 6131 | }, |
| 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 | + }, |
6132 | 6142 | { |
6133 | 6143 | "mdn_url": "/en-US/docs/Web/API/Document/hasStorageAccess", |
6134 | 6144 | "pageType": "web-api-instance-method", |
|
13319 | 13329 | "pageType": "web-api-instance-property", |
13320 | 13330 | "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." |
13321 | 13331 | }, |
| 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 | + }, |
13322 | 13337 | { |
13323 | 13338 | "mdn_url": "/en-US/docs/Web/API/HTMLIFrameElement/referrerPolicy", |
13324 | 13339 | "pageType": "web-api-instance-property", |
|
22769 | 22784 | "pageType": "web-api-overview", |
22770 | 22785 | "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." |
22771 | 22786 | }, |
| 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 | + }, |
22772 | 22797 | { |
22773 | 22798 | "mdn_url": "/en-US/docs/Web/API/ProcessingInstruction", |
22774 | 22799 | "pageType": "web-api-interface", |
|
37929 | 37954 | "pageType": "web-api-instance-method", |
37930 | 37955 | "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." |
37931 | 37956 | }, |
| 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 | + }, |
37932 | 37962 | { |
37933 | 37963 | "mdn_url": "/en-US/docs/Web/API/XMLHttpRequest/setRequestHeader", |
37934 | 37964 | "pageType": "web-api-instance-method", |
|
40717 | 40747 | { |
40718 | 40748 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/interpolate-size", |
40719 | 40749 | "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." |
40721 | 40751 | }, |
40722 | 40752 | { |
40723 | 40753 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/isolation", |
|
41922 | 41952 | { |
41923 | 41953 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-axis", |
41924 | 41954 | "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." |
41926 | 41956 | }, |
41927 | 41957 | { |
41928 | 41958 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-inset", |
|
0 commit comments