Skip to content

Google Chrome bugfix: no support for let

Compare
Choose a tag to compare
@Glodenox Glodenox released this 03 Jan 10:51
· 32 commits to master since this release

Google Chrome doesn't support the ES6 keyword let unless the script is using strict mode. As running in strict mode is no issue for the script, this has now been enabled.