5 ms·
What would it take to add IE8 support?
by codeape 13y ago
What would it take to add IE8 support?
- ams6110 13y agoWhy would a new JS framework bother to support a browser that's 3 major revs out of date? Edit: Possibly you are being sarcastic....
- codeape 13y agoNo not sarcastic. Just wondering.
- ianstormtaylor 13y agoYou'd need to move to an event-based system like Backbone that emits change events on models.
- EvanYou 13y agoIt makes heavy use of Object.defineProperty to achieve the plain object syntax instead of dirty checking. Unfortunately in IE8 Object.defineProperty only works on DOM objects and there's no way to shim it for plain JavaScript objects.
- deleted 13y ago[deleted]