you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 years ago (8 children)

I'm out of the loop. What happened? Did someone decompile their code and find definitive proof of a throttle for Firefox?

  • source
  • parent
  • hideshow 8 child comments
  • [–] [S] 20 points 2 years ago* (2 children)

    some explanation

    To be fair, they used setTimeout() and not thread.sleep() because the latter isn't possible out of the box in JS ^^

  • source
  • parent
  • hideshow 2 child comments
  • [–] 17 points 2 years ago (4 children)

    JavaScript is an interpreted language, so no decompilation is necessary, although this is repeatable by using a Firefox user agent.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 6 points 2 years ago (3 children)

    You can build a virtual machine in JavaScript and execute compiled code on it

  • source
  • parent
  • hideshow 3 child comments
  • [–] 3 points 2 years ago (1 child)