h5p / h5p-multi-choice

10 stars 98 forks source link

prevent break in IE11 #152

Closed avcoder closed 1 year ago

avcoder commented 1 year ago

Summary

Prevents IE11 from breaking by changing const to let in for...of loop

(For Hacktoberfest 2022)

otacke commented 1 year ago

@avcoder IE11 is not on H5P's list of supported browsers anymore, so the H5P core team will not specifically keep IE 11's shortcomings in mind when coding and they may ignore pull requests that try to maintain compatibility.

avcoder commented 1 year ago

@otacke Ah thank you!

fnoks commented 1 year ago

@avcoder As otacke says, IE11 is not on our list of supported browsers anymore, so I'll close this.