J B (2013-08-22T06:38:43.000Z)
domenic at domenicdenicola.com (2013-08-25T00:52:37.021Z)
I recently wrote a AS3 to JS transcompiler that relies quite heavily on `__proto__`. The outputted JS works perfectly in both Chrome (SVG SUPPORT IS HORRIBLE, sorry, unrelated) and Firefox, and maybe even IE11 --I need to verify. Anyway, for projects like mine, it's very important that IE matches the same functionality as the other browsers --even if it's not up to spec. Also, if it wasn't for `__proto__`, I don't think I could have supported the entire AS3 spec... so, no hating on `__proto__` =)