compressorjs icon indicating copy to clipboard operation
compressorjs copied to clipboard

Type RcFile is not compatible

Open ytqtina opened this issue 2 years ago • 5 comments

image When I upload an RcFile, there comes an error that my input file is not a Blob object. Source code in 'index.js' looks like this.

ytqtina avatar Aug 12 '22 03:08 ytqtina

What's the RcFile? Is it an image?

fengyuanchen avatar Aug 13 '22 07:08 fengyuanchen

Type File is a prototype of RcFile. It seems that type check only passes Image and File themselves, not their extenders.

ytqtina avatar Aug 23 '22 08:08 ytqtina

console.log(window.RcFile)

👇

Uncaught ReferenceError: RcFile is not defined

fengyuanchen avatar Aug 28 '22 04:08 fengyuanchen

fengyuanchen avatar Aug 28 '22 04:08 fengyuanchen

So I don't know what RcFile is.

fengyuanchen avatar Aug 28 '22 04:08 fengyuanchen