|
5452 | 5452 | { |
5453 | 5453 | "mdn_url": "/en-US/docs/Web/API/DeferredRequestInit", |
5454 | 5454 | "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." |
5456 | 5456 | }, |
5457 | 5457 | { |
5458 | 5458 | "mdn_url": "/en-US/docs/Web/API/DelayNode", |
|
9394 | 9394 | "pageType": "web-api-overview", |
9395 | 9395 | "summary": "The Fetch API provides an interface for fetching resources (including across the network). It is a more powerful and flexible replacement for XMLHttpRequest." |
9396 | 9396 | }, |
| 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 | + }, |
9397 | 9402 | { |
9398 | 9403 | "mdn_url": "/en-US/docs/Web/API/Fetch_API/Using_Fetch", |
9399 | 9404 | "pageType": "guide", |
|
9449 | 9454 | "pageType": "web-api-instance-property", |
9450 | 9455 | "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." |
9451 | 9456 | }, |
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 | | - }, |
9462 | 9457 | { |
9463 | 9458 | "mdn_url": "/en-US/docs/Web/API/FetchLaterResult", |
9464 | 9459 | "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." |
9466 | 9461 | }, |
9467 | 9462 | { |
9468 | 9463 | "mdn_url": "/en-US/docs/Web/API/FetchLaterResult/activated", |
|
39592 | 39587 | { |
39593 | 39588 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/background", |
39594 | 39589 | "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." |
39596 | 39591 | }, |
39597 | 39592 | { |
39598 | 39593 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/background-attachment", |
|
0 commit comments