1. Fetch

    A modern replacement for XMLHttpRequest.

  2. Resource Hints: dns-prefetch

    Gives a hint to the browser to perform a DNS lookup in the background to improve performance. This is indicated using `<link rel="dns-prefetch" href="https://example.com/">`

  3. 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)">`

  4. backgroundfetchevent api

  5. backgroundfetchevent api: registration

  6. backgroundfetchmanager api

  7. backgroundfetchmanager api: fetch

  8. backgroundfetchmanager api: get

  9. backgroundfetchmanager api: getids

  10. backgroundfetchrecord api

  11. backgroundfetchrecord api: request

  12. backgroundfetchregistration api

  13. backgroundfetchregistration api: abort

  14. backgroundfetchregistration api: id

  15. backgroundfetchregistration api: match

  16. backgroundfetchregistration api: result

  17. backgroundfetchupdateuievent api

  18. fetch api

  19. fetchevent api

  20. fetchevent api: clientid

  21. fetchevent api: `fetchevent()` constructor

  22. fetchevent api: handled

  23. fetchevent api: isreload

  24. fetchevent api: preloadresponse

  25. fetchevent api: replacesclientid

  26. fetchevent api: request

  27. fetchevent api: respondwith

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

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

  30. fetchevent api: resultingclientid

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

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

  33. fetch api: `init.keepalive` parameter

  34. fetch api: `init.priority` parameter

  35. fetch api: `init.referrerpolicy` parameter

  36. fetch api: `init.signal` parameter

  37. fetch api: available in workers

  38. htmlimageelement api: fetchpriority

  39. htmllinkelement api: fetchpriority

  40. htmlscriptelement api: fetchpriority

  41. performanceresourcetiming api: fetchstart

  42. performancetiming api: fetchstart

  43. serviceworkerglobalscope api: `fetch` event

  44. html element: img: fetchpriority

  45. html element: link: fetchpriority

  46. html element: script: fetchpriority

  47. headers http header: sec-fetch-dest

  48. headers http header: sec-fetch-mode

  49. headers http header: sec-fetch-site

  50. headers http header: sec-fetch-user