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.
Version 131.0.2903.99: December 12, 2024
Fixed various bugs and performance issues.
Stable channel security updates are listed here.
One thing to notice is that on the NTP the Copilot icon is back to being outside the search bar and now sitting to the right side of it, again. I reckon, henceforth, it is staying there.
AND, the MSN logo that WAS at the top-left corner is, now, GONE.
Edge is, now, Series 132❗
Version 132.0.2957.115: January 17, 2025
Fixed various bugs and performance issues, Dev channel updates, feature updates, policy updates, and site compatibility impacting changes.
Stable channel security updates are listed here.
Fixes
Feature updates
Policy updatesNew policies
<select> element is enabledDeprecated policies
Obsoleted policies
Site compatibility impacting changes
--headless=old no longer launches the old Headless mode, and instead prints the following log message: Old Headless mode has been removed from the Chrome binary. Please use the new Headless mode or the chrome-headless-shell which is a standalone implementation of the old Headless mode.anchor-size() in inset and margin properties. Originally, anchor-size() was only allowed in sizing properties. The specification now allows anchor-size() in insets and margins as well.sideways-rl and sideways-lr keywords for the writing-mode CSS property. sideways-rl and sideways-lr are helpful to write non-CJK text vertically. They don't have behaviors favorable for CJK languages unlike vertical-rl and vertical-lr.ToggleEvent that popovers dispatch, but for <dialog> elements: when showModal or show is called, <dialog> dispatches a ToggleEvent with newState=open. When a <dialog> is closed (using the form, button, or closewatcher) it should dispatch a ToggleEvent with newState=closed. Previously, to detect when a <dialog> opens a mutation observer had to be registered to check for open.MediaStreamTrack obtained through pre-existing means to initiate tab-capture, Element Capture allows mutating the track to only capture a subtree of the DOM starting at a given Element. The API bears some resemblance to the Region Capture API, but affords greater flexibility for applications, because occluding and occluded content are both excluded from the capture.active mode allows websites to call FedCM inside a button click (for example, selecting a Sign-in to IdP button), which requires FedCM to guarantee it always responds with a visible user interface. Calling the FedCM API in active mode takes users to sign in to the Identity Provider (IdP) when users are logged-out. Also, because the active mode is called within an explicit user gesture, the UI is also more prominent (for example, centered and modal) compared to the UI from the passive mode (which doesn't require a user gesture requirement and can be called on page load).Request.bytes() and Response.bytes(). Add a bytes() method to the Request and Response interfaces, which returns a promise that resolves with a Uint8Array. While Request and Response have an arrayBuffer() method, it’s not possible to read directly from a buffer. A view such as a Uint8Array must be created to read it. The bytes() method improves the ergonomics of getting the body of Request and Response.Strict-Transport-Security (STS) response headers can cause problems for localhost web servers because STS applies host-wide, across all ports. This causes compatibility problems for web developers testing locally. It also affects end-users who use software packages that commonly start localhost web servers for ephemeral reasons. For example, communication of an auth token from a web sign-in to a local software package. If one local listener sets Strict-Transport-Security on a localhost response, it's applied to all subsequent localhost requests regardless of port. Edge 132 resolves this problem by ignoring Strict-Transport-Security headers on responses from localhost URLs.private-state-token-issuance and private-state-token-redemption features from self to * (wildcard).PushMessageData::bytes(). The PushMessageData interface mimics the Body interface, which was amended earlier this year with a new bytes() method, following the principle that APIs should generally vend byte buffers as Uint8Arrays. Edge 132 realigns with the Body interface by providing the bytes() accessor on the PushMessageData interface as well.sharedStorage.selectURL. sharedStorage.selectURL() now lets queries to be saved and reused on a per-page basis. Two per-page-load budgets are charged the first time a saved query is run but not for subsequent runs of the saved query during the same page-load. This change is accomplished with a savedQuery parameter in the options for selectURL() that names the query.showPopover() or showModal() on a popover or dialog that resides within an inactive document would silently fail. No exception was thrown, but since the document is inactive, no popover or dialog would be shown. As of Edge 132, these situations now throw InvalidStateError.float32-blendable GPU feature makes GPU textures with formats r32float, rg32float, and rgba32float blendable.adapterInfo attribute exposes the same GPUAdapterInfo as the GPUAdapter object.crossOriginIsolation for itself, without having to deploy COOP or COEP, and regardless of the crossOriginIsolation status of the page. The policy is backed by process isolation. Additionally, the document non-CORS cross-origin subresources will either be loaded without credentials or will need to have a CORP header.navigator.storage no longer an EventTarget. navigator.storage was made an EventTarget for the Storage Pressure Event, which never made it past the prototype phase. This dead code is being removed and as a result, navigator.storage will no longer extend EventTarget.Element.requestFullscreen() API. As of 2024, most browsers have had support for the unprefixed APIs for a few years now. Edge 132 removes the following from HTMLVideoElement:
webkitSupportsFullscreen attribute.webkitDisplayingFullscreen attribute.webkitEnterFullscreen() method.webkitExitFullscreen() method. Note the different capitalization of the "S" in FullScreen.webkitEnterFullScreen() method.webkitExitFullScreen() method.