compressorjs
compressorjs copied to clipboard
Type RcFile is not compatible
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.
What's the RcFile? Is it an image?
Type File is a prototype of RcFile. It seems that type check only passes Image and File themselves, not their extenders.
console.log(window.RcFile)
👇
Uncaught ReferenceError: RcFile is not defined
- Can I use RcFile?
- 0 results found.
So I don't know what RcFile
is.