Slashdot Mirror


Next IE Version Will Feature Web Audio, Media Capture, ES6 Promises, and HTTP/2

An anonymous reader writes "Microsoft [Wednesday] announced it is developing at least four new features for the next release of Internet Explorer (IE): Web Audio API, Media Capture and Streams, ES6 Promises, and HTTP/2. The company says this is not an exhaustive list of what to expect in the next version, but merely what it is currently confident that it will be able to deliver. For those who don't know, HTTP/2 is a faster protocol for transporting Web content. It is based on Google's SPDY open networking protocol and is currently being standardized by the IETF. Web Audio is a JavaScript API for processing and synthesizing audio in Web applications while Media Capture provides access to the user's local audio and video input/output devices. Promises is meant to help developers write cleaner asynchronous code."

2 of 173 comments (clear)

  1. SPDY HTTP/2 is perhaps not something to brag about by QilessQi · · Score: 3, Interesting

    Not right now, at least, considering the very recent public discussions.

  2. Why is asm.js not listed!? by goruka · · Score: 3, Interesting

    I know it's not a "standard" (yet?) but asm.js is one of the best things that happened to web browsers. It already works well in Firefox, Chrome and Safari, yet performance in IE is much worse than in the other platforms. Given all platforms support WebGL at this point, we are pretty much only waiting for IE to adopt proper support for asm.js.