What's new in EdgeHTML 14

This documentation is archived and is not being maintained.

Here are the changes shipped with EdgeHTML 14, as of the Windows 10 Anniversary Update (08/2016, Build 14393). For an overview of changes to the overall Microsoft Edge browser, see Introducing EdgeHTML 14 with the Windows 10 Anniversary Update.

Here's the permalink for the following list of changes: https://aka.ms/devguide_edgehtml_14.

New Features

Extensions

Extensions are small programs that can be used to add new features to Microsoft Edge or modify the existing functionality. Extensions are intended to improve a user's day-to-day browsing experience by providing niche functionality that is important to targeted audiences. Microsoft Edge supports a new HTML, JavaScript and CSS based extension model. This new model is Chrome-compatible which means that existing Chrome extension developers will be able to migrate their extensions to Microsoft Edge with minimal changes. For more information, check out Microsoft Edge extensions developer docs.

Fetch API

The Fetch API utilizes the fetch method for fetching resources. In the past this was achieved with XMLHttpRequest. Not only is fetch simpler to use, it also provides lower level access to requests and responses. Read more about the Fetch API in the Microsoft Edge blog post, Fetch (or the undeniable limitations of XHR).

JavaScript

EdgeHTML 14 brings a number of new and experimental features to Chakra, the JavaScript engine powering Microsoft Edge:

New features

On by default

Experimental JavaScript features

Enabled with about:flags

For further details, check out Previewing ES6 Modules and more from ES2015, ES2016 and beyond and Asynchronous code gets easier with ES2016 Async Function support in Chakra and Microsoft Edge.

Web Authentication API

FIDO 2.0 Web API

The Web Authentication (formerly FIDO 2.0) API in Microsoft Edge enables web applications to use Windows Hello biometrics for user authentication so that you and your users can avoid all the hassles and risks of password management, including password guessing, phishing, and keylogging attacks. The current Microsoft Edge (ms- prefixed) implementation is based on an earlier draft of the Web Authentication specification and is likely to change in the future. Read more about Web Authentication: Web authentication and Windows Hello.

Web Notifications

Web Notifications allow sites to display notifications to alert users outside the context of the webpage and the browser, keeping users informed of new messages or alerts and allowing sites to improve user engagement. Web Notifications in Microsoft Edge are fully integrated with the notification platform and Action Center in Windows 10, providing a consistent experience with other apps across the system and easy controls over permissions and Quiet Hours. Check out Web Notifications in Microsoft Edge for more information.

Web Speech API

The Web Speech API is a JavaScript API made up of two parts: speech recognition and speech synthesis (or text to speech). At this time Microsoft Edge supports only speech synthesis. Speech synthesis involves the conversion of text to speech that a user hears through their speakers. Check out the Web Speech: Speech Synthesis Developer Guide article for more information.

New APIs in EdgeHTML 14

Here's the full list of new APIs in EdgeHTML 14. They are listed in the format of [interface name].[api name].