hustcc / canvas-nest.js

:cancer: Interactive Particle / Nest System With JavaScript and Canvas, no jQuery.
https://git.hust.cc/canvas-nest.js
MIT License
4.3k stars 826 forks source link

使用了 es6 的 [].fill 方法,有浏览器兼容性问题 #50

Open fjc0k opened 5 years ago

fjc0k commented 5 years ago

见:

https://github.com/hustcc/canvas-nest.js/blob/40d89d12999a1732206f568f50c2f18457b02d01/src/utils.js#L23

这会导致在部分不支持 [].fill 的浏览器上报错。

譬如微信电脑版自带的浏览器。