2

While building this site I decide to check if it works in internet explorer (you know, would be kinda nice) only to find out that apparently even edge does not support the js notation:
class MyClass {
// Stuff here.
}
Throws an exception 'MyClass' is undefined... Fuck you ie. Making me rewrite my damn classes.

Comments
  • 0
    @DLMousey Yeah it is, but I mean it's from 2015! So I'd expect them to be able to run it.
  • 0
    @DLMousey Really? it seemed to work fine on ff and chrome
Add Comment