I try to use EcmaScript 6 in my RCP Application including a webview. As I know IE just supports EcmaScript 5. So is it possible to use Edge instead of the default browser IE in swt?
If you set -Dorg.eclipse.swt.browser.IEVersion=12001
in the eclipse.ini
, then the used browser will be Microsoft Edge.