-
Notifications
You must be signed in to change notification settings - Fork 0
Dependencies
Roberto Prevato edited this page Dec 27, 2017
·
9 revisions
The DataEntry library requires:
- Promise native object or a ES6 Promise compatible polyfill
For browsers that don't implement the native Promise yet (like IE11), it is necessary to use a polyfill for ECMAScript 6 compatible promises, like for example https://github.com/stefanpenner/es6-promise.
To implement localization of error messages, it is recommended to include a library such as i18n-js or I.js, like described in the dedicated wiki page.