Other issues or features related to Microsoft Edge on Windows 10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Please, see the last entry in this thread for what the latest Version of Edge is or should be, to keep yours up-to-date. Thank-you ��
Cheers,
Other issues or features related to Microsoft Edge on Windows 10
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Take a look at What's New [**HERE**](https://www.microsoft.com/en-us/edge/update/129?form=MT00QN&channel=stable&version=129.0.2792.52 "www.microsoft.com").
Version 129.0.2792.52: September 19, 2024
Fixed various bugs and performance issues, feature updates, site impacting compatibility changes, and policy updates.
Stable channel security updates are listed here.
Note
Portions of this release note are modifications based on work created and shared by Chromium.org and used according to terms described in the Creative Commons Attribution 4.0 International License. Dev Channel updates The following Dev channel updates preceded this Stable channel release. The following Dev notes provide detailed information about the changes in each release.
Fixes
Feature updates
Site compatibilty impacting changes
getInnerHTML() that could be used to serialize DOM trees containing shadow roots. That part of the prototype was not standardized with the rest of the declarative shadow DOM, and has only recently reached spec consensus (for details, see Github. As part of that consensus, the shape of the getInnerHTML API changed.includeShadowRoots argument was a never-standardized argument to the DOMParser.parseFromString() function, which was there to allow imperative parsing of HTML content that contains declarative shadow DOM. This was shipped as part of the initial shipment of declarative shadow DOM. Since the standards discussion rematerialized in 2023, the shape of DSD APIs changed, including this feature for imperative parsing. Now that a standardized version of this API, in the form of setHTMLUnsafe() and parseHTMLUnsafe() shipped, the non-standard includeShadowRoots argument needs to be deprecated and removed. All usage should shift accordingly: Instead of: (new DOMParser()).parseFromString(html,'text/html',{includeShadowRoots: true}); This can be used instead: document.parseHTMLUnsafe(html);inset-area to position-area. For more details, see the CSSWG discussion in Github. The old and new property names will be supported for a few milestones, to help developers migrate to the new position-area name. We are shipping the new property name, position-area, as a synonym for inset-area. The inset-area property is currently planned for removal in Microsoft Edge version 131.Policy updates New policies
Deprecated policies
EnhanceSecurityModeOptOutUXEnabled - Manage opt-out user experience for Enhanced Security Mode (ESM) in Microsoft Edge (deprecated)
Cheers,
Drew