Skip to content

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.

Recommended dependency

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.

Clone this wiki locally