Author Topic: Fetch API instead of XHR  (Read 1799 times)

Webauthor

  • Pro OEM
  • Jr. Member
  • *
  • Posts: 51
    • View Profile
Fetch API instead of XHR
« on: July 27, 2020, 03:41:53 am »
Hi, wondering if you would consider using fetch for remote API calls since I've read a few places that it does seem to be faster for handling JSON data.  e.g. https://gomakethings.com/the-fetch-api-performance-vs.-xhr-in-vanilla-js/