I would like to propose a couple of things around browser support and get feedback as to how people feel about them.

First, I feel we need to finish our support matrix[1]. I would like to propose the following modifications:

Second, I would like to expand on an issue we are running into concerning the IE9 support. We have plans to implement multipart upload for Pipeline in the next AGJS release. The only issue is, IE9 does not support XMLHttpRequest2 which means the only way to do REST based file uploads is via an iframe hack which I will not introduce into our code. Until we drop IE9 support, I would like to suggest being able to mark APIs as unsupported in IE9 to keep moving forward with the rest of our modern browsers. Then, once IE9 support is dropped, those notes can be removed.

Thoughts on all points much appreciated.