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: id

  14. backgroundfetchregistration api: match

  15. backgroundfetchupdateuievent api

  16. fetch api

  17. fetchevent api

  18. fetchevent api: clientid

  19. fetchevent api: `fetchevent()` constructor

  20. fetchevent api: handled

  21. fetchevent api: isreload

  22. fetchevent api: preloadresponse

  23. fetchevent api: replacesclientid

  24. fetchevent api: request

  25. fetchevent api: respondwith

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

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

  28. fetchevent api: resultingclientid

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

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

  31. fetch api: `init.attributionreporting` parameter

  32. fetch api: `init.browsingtopics` parameter

  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. htmlimageelement api: fetchpriority

  38. htmllinkelement api: fetchpriority

  39. htmlscriptelement api: fetchpriority

  40. performanceresourcetiming api: fetchstart

  41. performancetiming api: fetchstart

  42. serviceworkerglobalscope api: `fetch` event

  43. html element: img: fetchpriority

  44. html element: link: fetchpriority

  45. html element: script: fetchpriority

  46. headers http header: sec-fetch-dest

  47. headers http header: sec-fetch-dest: `fencedframe` value

  48. headers http header: sec-fetch-mode

  49. headers http header: sec-fetch-site

  50. headers http header: sec-fetch-user