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?
I can't enable experimental JavaScript,
404 views Asked by Ruslan Buloichyk At
1
enablingexperimental features you have torelaunchchrome for the changes to take effect.Function.prototype.toMethod(){...}did not make it to thestandardand I believe it is ripped out from theexperimental featuresas well.https://stackoverflow.com/a/27511897/11926958