I'm an independent creator passionate about building useful tools, simulations, and theories that make complex ideas more accessible. I explore the intersection of technology, education, and human ...
随着我用 URL.createObjectURL 这个 API 越来越多次,越发感觉真的是一个很好用的方法,列举一下我在项目中用到它的场景吧。 随着我用 URL.createObjectURL 这个 API 越来越多次,越发感觉真的是一个很好用的方法,列举一下我在项目中用到它的场景吧!
cursor.onsuccess = function () { if(cursor.result) { var file = cursor.result; if(file.type.match('audio/*')) { fileURL = URL.createObjectURL(file) if(jsmediatags ...
Chrome announced that they will be removing URL.createObjectURL with media streams in July 2018. I noticed this method is used in line 1169. return global.URL && global.URL.createObjectURL(getBlob()) ...
一些您可能无法访问的结果已被隐去。
显示无法访问的结果