bemusic / bemuse

⬤▗▚▚▚ Web-based online rhythm action game. Based on HTML5 technologies, React, Redux and Pixi.js.
https://bemuse.ninja/
GNU Affero General Public License v3.0
1.12k stars 143 forks source link

Remove bluebird #781

Closed MikuroXina closed 1 year ago

MikuroXina commented 1 year ago

Bluebird recommends to use native promises instead if at all possible. At a glance, Promise in this project can be replaced with the native one. So I think we should rewrite them and remove the dependency.

I want to do this if there is no problem.