Hacker News new | ask | show | jobs
by anardil 1882 days ago
Strange that IE can handle it, no console errors or warnings. The head and body tags are empty on the page, so a blank render is expected
2 comments

Not surprising given than IE is an entirely different codebase from Chrome or its derivatives.

Firefox, pre-Chromium Opera and every other browser that isn't derived from Chrome --- including those that plain don't support JS at all --- are unaffected too.

This is a good example for why browser diversity is a good thing.

do you mean edge? otherwise i wouldn't see why it's strange. does edge not use the same JIT for javascript? (assuming you do mean that)