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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -