Urgent.News

What's breaking now, across thousands of outlets.

Tech

Microsoft is ending support for Internet Explorer mode in Edge

Microsoft will support IE mode in Edge through at least 2029 and is urging companies with legacy apps to begin migrating now.

Microsoft is ending support for Internet Explorer mode in Edge

Microsoft has announced that Internet Explorer mode in its Edge browser will be supported until the end of 2029. This compatibility feature, which allows Edge to run IE's rendering engine, was first flagged for retirement in 2021. Microsoft is giving IT administrators time to plan for the transition as the mode will be supported through at least the end of 2029, according to a message in the Microsoft 365 admin center.

Organizations with no IE dependencies do not need to take any action, but those still relying on IE mode should identify what depends on it and start updating or replacing it. The standalone Internet Explorer 11 browser was officially retired in June 2022, 26 years after it was first shipped with early Windows versions. IE now holds less than 1 percent of the browser market, according to StatCounter data.

Written by urgent.news from Mashable's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at mashable.com →

More in Tech

Laravel Facades Explained: Why They Feel So Clean and Powerful

1. Hook & Problem Statement You're building a Laravel application. You need to cache some data. You write: Cache :: put ( 'user_123' , $user , 3600 ); $user = Cache :: get ( 'user_123' ); It works…

  • Laravel facades offer clean, powerful interface to complex subsystems
  • Facade Pattern simplifies complex subsystems, improves code readability
  • Facades hide complexity, enhance testability and maintainability

A Roman Name for Software

  • Roman Senate debates Catiline's conspirators' punishment in 63 BC
  • Cato the Younger emphasizes accurate terminology, foreshadowing software naming issues
  • Modern software suffers from superficial metrics over genuine understanding

More from Saturday 26 September →