5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
if (window.Promise === undefined) {
|
|
require('es6-promise').polyfill();
|
|
}
|
|
|