You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
While Angular 1.3 supports IE9, several of the features included in the pilot require IE10. This is an effort to document what those items are so that in the event IE9 support becomes a requirement (it isn't currently), then there will be an initial list of things that will need to be addressed.
LevelDB, which provides access to the browser's IndexedDB, throws errors and won't load the pages in IE9. Adding feature detection to either LevelDB, or wrapping our code that includes it in some, should at least get pages rendering in IE9.
Currently using Angular's HTML5 Mode which requires the History API. Would need to switch back to the hashbang method supported by legacy browsers and then address page anchor links; e.g. the Skip Nav and the TOC on the Common Questions page.