es2015

About this tag
ES2015, also known as ECMAScript 6 or ES6, is a major update to the JavaScript language that introduced significant syntax and library improvements. On WindowsForum.com, discussions focus on ES2015 support in Microsoft Edge and the Chakra JavaScript engine. Topics include performance updates, new features like modules and classes, and how developers can leverage ES2015 when building Windows 10 web browsers. The tag covers Microsoft's efforts to implement ES2015 standards, open-sourcing ChakraCore, and enabling modern JavaScript development on Windows platforms.
  1. News

    JavaScript performance updates in Microsoft Edge and Chakra

    Since we first started work on the Chakra JavaScript engine, it has been our mission and priority to make JavaScript faster for the real world web, and to continuously improve the experience of browsing in Microsoft Edge (and previously Internet Explorer). We’ve had a very busy year, with...
  2. News

    Building your own Windows 10 Web Browser

    Seems like with every Windows release, there's a set of sample apps that wrap the browser, showing you how you can add your own chrome (as in UI) to it, adding features and behaviors, creating your own web browser. Windows 10 is no different. Then again it is, because this time around, it's...
  3. News

    JavaScript moves forward in Microsoft Edge with ECMAScript 6 and beyond

    ECMAScript is the official name for the JavaScript language we all know and love. The next version of ECMAScript, ES6 (henceforth referred to by its new name, ES2015), is nearing the end of its standards process journey. At this stage Link Removed is final and will not be receiving any further...
Back
Top