简体   繁体   中英

What version of ECMAScript does CEF support?

Can you please help me determine the supported version of ECMAScript in the chromium embedded framework(cef)?

I want to use ECMAScript 6 with it.

It would depend on the corresponding Chromium version: https://cefbuilds.com/

ECMAScript 6 is not yet completely supported on the latest stable version of CEF (Chromium 45) https://kangax.github.io/compat-table/es6/#chrome45

I would suggest for you to just use pre-processors like Babel.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM