JavaScript-ID3-Reader icon indicating copy to clipboard operation
JavaScript-ID3-Reader copied to clipboard

Issue in IE

Open MSFX opened this issue 13 years ago • 0 comments

Thought i'd file this here for you.

Library has an issue in IE with the file " bufferedbinaryajax.js".

SCRIPT58644: Could not complete the operation due to error c00ce514.

Console reports the following code breaks it

var block = { data: http.responseBody || http.responseText, offset: range[0] };

MSFX avatar Aug 14 '12 13:08 MSFX