melonjs / melonJS

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

updated XMLHttpRequest to fetch #1211

Closed Edwardscb closed 11 months ago

Edwardscb commented 11 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