Top "Microsoft-edge" questions

Microsoft Edge is a web browser released for Windows 10, installed alongside Internet Explorer (IE) 11.

How to debug why MS Edge/IE11 does not load sourcemap

I made some source+map concatenation and result works in Firefox and Chrome, but does not even request bundle.js.…

microsoft-edge source-maps ie11-developer-tools
How to detect Microsoft Chromium Edge (chredge , edgium) in Javascript

'Edge 75' will be (is?) the first Chromium Based Edge browser. How can I check if this browser is Edge …

microsoft-edge chromium browser-detection data-uri
forEach on querySelectorAll not working in recent Microsoft browsers

I am making a script for choices about a product (colors etc), which works in every browser except for Internet …

javascript arrays internet-explorer foreach microsoft-edge
Microsoft Edge Image Scaling

How do i make an image scale with bicubic for MS Edge? Is there some CSS or similar that can …

css microsoft-edge
"Microsoft Edge PDF inline issue" Same Issue Again

I'm still having the same issue that was previously reported and answered under Microsoft Edge PDF inline issue even though …

pdf inline mime-types content-disposition microsoft-edge
How do you disable the datepicker in Microsoft Edge?

I have several inputs with type="date" and want to disable the default date picker in Microsoft Edge since I'm …

javascript css datepicker microsoft-edge html5-input-date
Windows 8 prepare site for pinning

I would like to prepare my site for windows 8 pinning and have been reading some documentation on how to add …

windows-8 internet-explorer-10 microsoft-edge pinning
IntersectionObserver on IE, Edge

IntersectionObserver is fairly new, experimental API, and at this moment is not fully supported by all browsers. It will have …

javascript internet-explorer foreach microsoft-edge intersection-observer
How to bypass certificate errors using Microsoft-EDGE

When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is …

certificate ssl-certificate microsoft-edge self-signed self-signed-certificate
Setting up Protractor with Microsoft Edge

I use CucumberJs and Gulp to run my e2e tests; However, I need to run them against Microsoft Edge. …

gulp protractor microsoft-edge angularjs-e2e cucumberjs