0

chrome://inspect/#workers is the debugging page for web workers on Chrome.

What is the equivalent of this page on Opera?

Amos M. Carpenter
  • 4,848
  • 4
  • 42
  • 72
Lewis
  • 14,132
  • 12
  • 66
  • 87

2 Answers2

1

opera://inspect/#workers is the one. It's available on Opera 30+ Stable.

Lewis
  • 14,132
  • 12
  • 66
  • 87
0

You need to use the developer version of Opera (this won't work when you're on the main stream), and browse to:

browser://inspect/#workers

(Sorry, SO won't let me make that into a proper link.)

Amos M. Carpenter
  • 4,848
  • 4
  • 42
  • 72
  • Incidentally, `vivaldi://inspect/#workers` will work on Vivaldi as well (I'm switching to Vivaldi more and more), since all three browsers have Blink under the hood. Not sure why ChrOpera uses `browser` instead of `opera`, but I just checked, and you can prefix either `opera` or `chrome` and it'll recognise it, but just convert it to `browser`. – Amos M. Carpenter May 16 '15 at 07:58