Search code examples
operajavascript-engine

What is the JavaScript Engine used in Opera Next (Or 12+)


Is it WebKit? Presto? Is V8 engine dedicated to Chrome alone?


Solution

  • WebKit and Presto are not Javascript engines, but rendering engines. Opera previously used a Javascript engine called "Carakan", but have since started transitioning from Presto and Carakan to Blink and V8.