Top "Browser-support" questions

Why is HTML5 input type datetime removed from browsers already supporting it?

I was wondering why all browsers, like Chrome versions higher than 26, which had support in the past for the input …

html datetime html-input browser-support
Which browsers support import and export syntax for ECMAScript 6?

I am currently writing a web application using the MEAN Stack, and am attempting to write code in ECMAScript 6 JavaScript; …

javascript ecmascript-6 es6-module-loader browser-support es6-modules
How to disable chrome from opening up "new window" and "tabs"?

Is their a way to keep all pages on the internet in a single window through Chromes browser settings? or …

google-chrome google-chrome-extension window settings browser-support
How to check if a website has HTTP/2 protocol support

There are a lot of topics about the HTTP/2 protocol, but I wonder if there is a working website with …

protocols http2 browser-support
Chrome 69 doesn't support Firebase SDK

Yesterday everything worked perfectly, this morning I noticed chrome is introducing a new interface, afterwards I checked the chrome version, …

firebase google-chrome firebase-realtime-database browser-support
How to detect browser support for pageShow and pageHide?

How can we do JavaScript object detection for pageShow and pageHide handlers? if( /* pagehide is supported */ ){ window.addEventListener('pagehide', exitFunction, …

javascript dom browser-detection browser-support
Browser support for window.location.reload(true)

window.location.reload() is supported in all browsers, according to w3schools But what's with window.location.reload(true) which …

javascript browser-support
How do I check for browser support for AngularJS?

I have to check if the browser being used supports my site which uses AngularJS version 1.2.12. The goal is to …

angularjs browser-support
How well is the `for of` JavaScript statement supported?

var nameArray = [ { name: 'john', surname: 'smith' }, { name: 'paul', surname: 'jones' }, { name: 'timi', surname: 'abel' }, ]; for (str of nameArray) { console.log( …

javascript for-loop ecmascript-6 browser-support
Does IE6 support any HTML5 elements?

Does IE6 support any HTML5 elements? <!DOCTYPE HTML> <header> <section> <header> <…

internet-explorer html internet-explorer-6 browser-support