Documentation for javascript audio methods?

前端 未结 3 1608
误落风尘
误落风尘 2020-12-13 18:34

I\'ve searched and found many articles that discuss the common methods you can use in javascript to control HTML audio elements. However, I have not been able to find anywhe

3条回答
  •  旧巷少年郎
    2020-12-13 19:06

    http://dev.w3.org/html5/spec-author-view/video.html#audio (large document)

    The play/pause methods can be found here: http://dev.w3.org/html5/spec-author-view/video.html#media-element

提交回复
热议问题