internet explorer - Why meta tag in IE11 behaving differently -


whenever there 2 consecutive calls hit ie 11 browser, throws exception whereas not case lower ie versions.

it happening in ie 11 because code has 1 meta tag (<meta http-equiv="x-ua-compatible" content="ie=edge"/>) pointing edge. upon changing lower version not seeing issue.

so, need support understand why ie 11 throwing exception when receives 2 consecutive calls didn’t clue on googling this.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -