Closed gregleon closed 5 years ago
When trying to use this library on Internet Explorer (any version) I've encountered an error "Object doesn't support property or method 'includes'".
The easiest fix for that is adding a polyfill which can be found here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
Or replacing 'includes' with method supported by IE: https://stackoverflow.com/questions/31119300/ie11-object-doesnt-support-property-or-method-includes-javascript-window
When trying to use this library on Internet Explorer (any version) I've encountered an error "Object doesn't support property or method 'includes'".
The easiest fix for that is adding a polyfill which can be found here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
Or replacing 'includes' with method supported by IE: https://stackoverflow.com/questions/31119300/ie11-object-doesnt-support-property-or-method-includes-javascript-window