Elm target Javascript version

Does Elm target a specific version of Javascript? I’m beginning my first Elm project, and I’m trying to figure out what browsers might be officially supported/targeted. I’ve read through the official guide and don’t remember seeing anything there, or in the readme for the compiler.

You should be safe with IE11 and above.

You can find more info here about what you might need to do if you want to support even older browsers.

1 Like

That link has a lot of good information in it, thanks! It also made me think more about reasons to/not support IE at all.

I love CSS custom properties and there is no way (to my knowledge) to get support for that in IE11.

If you can leave IE11 behind, leave it.

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.