Chrome only Loading 6 HTML5 audio tags

前端 未结 5 1009
野趣味
野趣味 2021-01-01 23:10

We are working on project at wavestack.com and we are dealing with an issue that its giving us a hard time.

Our page is supposed to load many audio tags at the same

5条回答
  •  無奈伤痛
    2021-01-02 00:03

    Easiest way to load all audio tags on your HTML page, use async.

    I am working on a web application (game) so this is a perfectly reasonable solution for me.

提交回复
热议问题