I can't enable experimental JavaScript,

391 Views Asked by At

I am trying to use experimental JS. I enabled flag "Experimental JavaScript" in chrome://flags, but Function.prototype.toMethod() doesn't work. What am I doing wrong?

1

There are 1 best solutions below

0
On BEST ANSWER
  1. After enabling experimental features you have to relaunch chrome for the changes to take effect.
  2. I believe Function.prototype.toMethod(){...} did not make it to the standard and I believe it is ripped out from the experimental features as well.

https://stackoverflow.com/a/27511897/11926958