-
Notifications
You must be signed in to change notification settings - Fork 206
Browser Compatibility
Jakub Žitný edited this page Mar 4, 2017
·
1 revision
Any browser that supports the JavaScript File API
should be compatible. The File API, includes the FileReader
object that
Evaporate uses to calculate MD5 checksums through the readAsArrayBuffer
method. Refer to this list of browsers that support the File API.
Evaporate does not invoke the File
constructor.
As of v2.0.0, Evaporate requires a browser that supports ES6 Promises. To use Evaporate on those browsers, you must include a compliant Promise polyfill such as es6-promise. Refer to this list of browsers that support Promises.