Reset microsoft edge to default setting | factory defaults
У вашего броузера проблема в совместимости с HTML5
This guide will show you how to reset microsoft edge to default setting, factory defaults by deleting the original files and reinstalling edge using a powershell script.
location of the files
C:\Users\%username%\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
powershell script
Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}
If you get any problems copy the path and the script to notepad first.