cursor.onsuccess = function () { if(cursor.result) { var file = cursor.result; if(file.type.match('audio/*')) { fileURL = URL.createObjectURL(file) if(jsmediatags ...
What steps will reproduce the problem? 1. Open a scripted WebPage which scripts use window.URL.createObjectURL() What is the expected output? - get a correct object Url What do you see instead? - ...