Top "Internet-explorer-11" questions

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10.

Internet Explorer 11 won't set cookies on a site

For some reason IE11 (only IE11, tested with other IE9 and IE10) won't create a session on a site i've …

internet-explorer cookies internet-explorer-11
IE 11 Script1002 Array.Filter(x => ...) (Arrow functions)

I get a error message in IE11 but not in chrome the error is: Script1002 Syntax error My code is …

javascript ecmascript-6 internet-explorer-11
ES6 Proxy Polyfill for IE11

IE11 does not and will not implement ES2015 Proxy objects. Yet IE11's end of extended support is October 14, 2025. Is …

javascript internet-explorer ecmascript-6 internet-explorer-11 es6-proxy
Clear session cookies in ie11?

in previous versions of IE the F12 dev tools had several option for cache and cookie management, but in the …

internet-explorer-11
Flexbox on IE11: image stretched for no reason?

I'm having an issue with flexbox on IE11 and while I'm aware there's lots of known issue, I haven't been …

html css flexbox internet-explorer-11
Are Flexbox and vh height units not compatible in IE11?

I'm trying to use a flexbox-based layout to get a sticky footer for my page. This works well in Chrome …

html css flexbox internet-explorer-11 viewport-units
CSS3 animation is not working in IE11 but works in other browsers

I have created a CSS3 animation on a button. At the moment, it works perfectly everywhere apart from IE. I …

css animation css-animations internet-explorer-11
Is there a Microsoft equivalent for HTML5 Server-Sent Events?

I am using HTML5 Server-Sent Events as follows: SSEUpdate = new EventSource("http://example.com/update.php"); SSEUpdate.onmessage = function(e){ …

html internet-explorer internet-explorer-11 server-sent-events
Why is IE 11 not rendering :after element, showing css as crossed out in dev tools?

I have an angular app with two font icons in a given screen. These are rendered just fine in chrome, …

html css internet-explorer internet-explorer-11 ie11-developer-tools
Syntax error in IE11 with Webpack, Babel and React

I'm getting a Syntax Error in my React + Redux project in Internet Explorer 11, but I have no idea why it's …

reactjs webpack redux internet-explorer-11 babeljs