mdn / dom-examples

Code examples that accompany various MDN DOM and Web API documentation pages
https://developer.mozilla.org/en-US/docs/Web/API
Creative Commons Zero v1.0 Universal
3.39k stars 1.79k forks source link

Make sample compatible with older browers (specifically IE11) #246

Closed JX75 closed 7 months ago

JX75 commented 8 months ago

The sample was using ES6 features not relevant to the purpose of the sample :

I replaced the first two features with vintage JavaScript and the third one with a traditional hack that should convince people that destructured assignement is a valuable improvement of JS.

It now runs with IE11.

teoli2003 commented 7 months ago

Sorry, the web has moved forward. We don't care about IE anymore.

Modern JS has to be used: if you need backward-compatibility you should use a transpiler.