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?
Asked
Active
Viewed 284 times
1 Answers
0
- After
enabling
experimental features you have torelaunch
chrome for the changes to take effect. - I believe
Function.prototype.toMethod(){...}
did not make it to thestandard
and I believe it is ripped out from theexperimental features
as well.

sonkatamas
- 619
- 5
- 13