1. Fetch

    A modern replacement for XMLHttpRequest.

  2. Resource Hints: prefetch

    Informs the browsers that a given resource should be prefetched so it can be loaded more quickly. This is indicated using `<link rel="prefetch" href="(url)">`

  3. fetch api

  4. fetchevent api

  5. fetchevent api: clientid

  6. fetchevent api: `fetchevent()` constructor

  7. fetchevent api: handled

  8. fetchevent api: isreload

  9. fetchevent api: preloadresponse

  10. fetchevent api: request

  11. fetchevent api: respondwith

  12. fetchevent api: respondwith: `networkerror` thrown if the request mode is `same-origin` and the response type is `cors`

  13. fetchevent api: respondwith: change in behavior when specifying the final url of a resource.

  14. fetchevent api: resultingclientid

  15. fetchlaterresult api

  16. fetchlaterresult api: activated

  17. fetch api: `authorization` header removed from cross-origin redirects

  18. fetch api: support for blob: and data:

  19. fetch api: `options` parameter

  20. fetch api: `options` parameter: `attributionreporting` property

  21. fetch api: `options` parameter: `body` property

  22. fetch api: `options` parameter: `body` property: `readablestream` body

  23. fetch api: `options` parameter: `browsingtopics` property

  24. fetch api: `options` parameter: `duplex` property

  25. fetch api: `options` parameter: `keepalive` property

  26. fetch api: `options` parameter: `priority` property

  27. fetch api: `options` parameter: `privatetoken` property

  28. fetch api: `options` parameter: `referrerpolicy` property

  29. fetch api: `options` parameter: `signal` property

  30. fetch api: `options` parameter: `targetaddressspace` property

  31. htmlimageelement api: fetchpriority

  32. htmllinkelement api: fetchpriority

  33. htmlscriptelement api: fetchpriority

  34. performanceresourcetiming api: fetchstart

  35. performancetiming api: fetchstart

  36. window api: fetchlater

  37. html element: img: fetchpriority

  38. html element: link: fetchpriority

  39. html element: script: fetchpriority

  40. headers http header: link: fetchpriority

  41. svg element: feimage: fetchpriority

  42. svg element: image: fetchpriority

  43. svg element: script: fetchpriority