Issues on IE11
-
Dear dudo
Since mid-April there seem to be issues in ie11 with the plugin. yasr-front.js is using arrow-functions, “fetch” and “then”.
These javascript-methods are es6 and do not work in ie11, it creates a syntax-error leading to further issues.fetch(yasrCommonData.restEndpoint + urlVisitorVotes).then(response => { return response.json(); }).then(data => {
Would be great to get a fix for this as some of my sites no longer load for this issue ??
Cheers
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Issues on IE11’ is closed to new replies.