Is it possible to use data URIs in video and audio tags?

后端 未结 5 2030
無奈伤痛
無奈伤痛 2020-11-30 04:42

Assuming the following:

  1. The browser in question doesn\'t limit the size of data URIs.
  2. There is actually a purpose to doing this (so please refrain fro
5条回答
  •  既然无缘
    2020-11-30 05:07

    IE9 supports this, but only for file formats it supports. For instance, it works for MP3 files but it will not work for WAV files. Tried http://www.themaninblue.com/experiment/JS-909/ and the following test:

    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题