-2

I would like to know the way to find the rendering engine that a browser uses. Both using javascript and using about the browser that is available in the browser window.

rolling stone
  • 543
  • 1
  • 8
  • 26

1 Answers1

2

Not reliably.

Do feature detection instead of browser/engine detection.

John Resig: Future-Proofing JavaScript Libraries, note that this was written in 2007, but is still relevant today because people are apparently still asking about it.

Stackoverflow related: Browser detection versus feature detection

Community
  • 1
  • 1
Halcyon
  • 57,230
  • 10
  • 89
  • 128