HTML audio can't set currentTime

后端 未结 8 953
予麋鹿
予麋鹿 2020-11-30 05:22

I am using Chrome. In my dev tools console, I tried the following:

Everything works as expected except last line. Why can\'t I set currentTime

8条回答
  •  爱一瞬间的悲伤
    2020-11-30 06:18

    The solution which worked for me was not setting "src" on directly, but use with type attribute, maybe type attribute is helping browser some way.

提交回复
热议问题