melonjs / melonJS

a fresh, modern & lightweight HTML5 game engine
https://melonjs.org
MIT License
5.88k stars 646 forks source link

updated XMLHttpRequest to fetch #1211

Closed Edwardscb closed 9 months ago

Edwardscb commented 9 months ago
Description of change

Updated preload binary function so that it will now use fetch(). Added an import, as suggested: 'whatwg-fetch' -- a polyfill

Merge Checklist