id3 icon indicating copy to clipboard operation
id3 copied to clipboard

XMLHttpRequest throws an "InvalidStateError"

Open ARGO1960 opened this issue 6 years ago • 0 comments

When I use the AJAX method it wont work. change URL Reader // xhr.responseType = options.responseType; xhr.open(options.type, options.uri, true); xhr.responseType = options.responseType; solved this but the read runs till after the file size and ends with 416

ARGO1960 avatar Dec 29 '19 17:12 ARGO1960