JavaScript – Fetch API
Designed to replace the XMLHttpRequest object.
References
- https://www.sitepoint.com/introduction-to-the-fetch-api/ - Very good article. Suggests this is a method off the Window object.
- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch – Mozilla’s discussion. Good.