File() Constructor In Ie And Safari
The File() constructor is not supported in IE and Safari.CanIUse Is there a nice solution to this in Angular/JavaScript? var file = new File(byteArrays, tempfilename, { type: conte
Solution 1:
If you absolutely want or need to use the File API, there's mOxie polyfill suggested by CanIUse.
Post a Comment for "File() Constructor In Ie And Safari"