Skip to content

Commit 68d46f5

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 7aa85ee commit 68d46f5

File tree

6 files changed

+26
-21
lines changed

6 files changed

+26
-21
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6356,7 +6356,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63566356
*/
63576357
backfaceVisibility: string;
63586358
/**
6359-
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values.
6359+
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method.
63606360
*
63616361
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background)
63626362
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6346,7 +6346,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63466346
*/
63476347
backfaceVisibility: string;
63486348
/**
6349-
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values.
6349+
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method.
63506350
*
63516351
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background)
63526352
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6353,7 +6353,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63536353
*/
63546354
backfaceVisibility: string;
63556355
/**
6356-
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values.
6356+
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method.
63576357
*
63586358
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background)
63596359
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6353,7 +6353,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
63536353
*/
63546354
backfaceVisibility: string;
63556355
/**
6356-
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values.
6356+
* The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method.
63576357
*
63586358
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background)
63596359
*/

inputfiles/mdn.json

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5452,7 +5452,7 @@
54525452
{
54535453
"mdn_url": "/en-US/docs/Web/API/DeferredRequestInit",
54545454
"pageType": "web-api-interface",
5455-
"summary": "The DeferredRequestInit dictionary of the fetchLater() API represents the set of options that can be used to configure a deferred fetch request."
5455+
"summary": "The DeferredRequestInit dictionary of the Fetch API represents the set of options that can be used to configure a deferred fetch request."
54565456
},
54575457
{
54585458
"mdn_url": "/en-US/docs/Web/API/DelayNode",
@@ -9394,6 +9394,11 @@
93949394
"pageType": "web-api-overview",
93959395
"summary": "The Fetch API provides an interface for fetching resources (including across the network). It is a more powerful and flexible replacement for XMLHttpRequest."
93969396
},
9397+
{
9398+
"mdn_url": "/en-US/docs/Web/API/Fetch_API/Using_Deferred_Fetch",
9399+
"pageType": "guide",
9400+
"summary": "The fetchLater() API provides an interface to request a deferred fetch that can be sent after a specified period of time, or when the page is closed or navigated away from."
9401+
},
93979402
{
93989403
"mdn_url": "/en-US/docs/Web/API/Fetch_API/Using_Fetch",
93999404
"pageType": "guide",
@@ -9449,20 +9454,10 @@
94499454
"pageType": "web-api-instance-property",
94509455
"summary": "The resultingClientId read-only property of the\nFetchEvent interface is the id of the\nclient that replaces the previous client during a page\nnavigation."
94519456
},
9452-
{
9453-
"mdn_url": "/en-US/docs/Web/API/fetchLater_API",
9454-
"pageType": "web-api-overview",
9455-
"summary": "The fetchLater() API provides an interface to request a deferred fetch that can be sent after a specified period of time, or when the page is closed or navigated away from."
9456-
},
9457-
{
9458-
"mdn_url": "/en-US/docs/Web/API/fetchLater_API/fetchLater_quotas",
9459-
"pageType": "guide",
9460-
"summary": "Deferred fetchLater() API fetches are batched and sent once the tab is closed. At this point, there is no way for the user to abort them. To avoid situations where documents abuse this bandwidth to send unlimited amounts of data over the network the API sets quotas on how much data can be deferred to be sent later."
9461-
},
94629457
{
94639458
"mdn_url": "/en-US/docs/Web/API/FetchLaterResult",
94649459
"pageType": "web-api-interface",
9465-
"summary": "The FetchLaterResult interface of the fetchLater() API is returned by the Window.fetchLater() method after a deferred fetch has been created."
9460+
"summary": "The FetchLaterResult interface of the Fetch API is returned by the Window.fetchLater() method after a deferred fetch has been created."
94669461
},
94679462
{
94689463
"mdn_url": "/en-US/docs/Web/API/FetchLaterResult/activated",
@@ -39592,7 +39587,7 @@
3959239587
{
3959339588
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/background",
3959439589
"pageType": "css-shorthand-property",
39595-
"summary": "The background shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. Component properties not set in the background shorthand property value declaration are set to their default values."
39590+
"summary": "The background shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method."
3959639591
},
3959739592
{
3959839593
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/background-attachment",

package-lock.json

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)