symbol-es6 icon indicating copy to clipboard operation
symbol-es6 copied to clipboard

polyfill always enabled

Open insignification opened this issue 5 years ago • 0 comments

Bug: Polyfill is always enabled. Expected behaviour: Polyfill is only enabled if needed for browser.

Cause: var isES6Running = function() { return false; /* Now 'false' for testing purpose */ };

insignification avatar Jan 14 '20 21:01 insignification