Welcome Guest Search | Active Topics | Sign In | Register

ecmascript version Options
IESA
Posted: Friday, November 27, 2020 8:18:48 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2012
Posts: 6
Good morning, I need to know what version of ecmascrip is using "eo.webbrowser for .net" product has, since we are finding that there are quite a few javascript functions that are not available. I would also like to know if this version can be updated/changed by us.

Thank you very much.
eo_support
Posted: Monday, November 30, 2020 1:21:20 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

EO.WebBrowser uses the same browser engine as Google Chrome, so it supports anything Google Chrome support. Like all other browsers, the JavaScript engine (v8) in Google Chrome is constantly evolving and it does NOT strictly follow ECMAScript standard. So you should not try to model your code after the ECMAScript standard. You should test your code with Google Chrome browser instead.

Thanks!
IESA
Posted: Tuesday, December 1, 2020 3:36:40 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2012
Posts: 6

Hi.
We have been testing part of our code both in google chrome and in "eo.webbrowser" and we have found functions like "replaceAll()" which works without problem in the normal browser, but when loading it in its component, it appears as "undefined" (being the same page, with exactly the same life cycle). We want to pass part of our website to your integrated browser, but we need to know if this is a bug or if there is simply a list of javascript functions that are not compatible with your browser.
If you need more information, we can see how we send it to make it as easy as possible.

A greeting.
eo_support
Posted: Tuesday, December 1, 2020 9:46:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,071
Hi,

string.replaceAll is added to Google Chrome very recently (at version 85). Our current version is based on Chromium 81. We are working on a new version that will be based on Chromium 86 and this new build should be out next month. So that build will support string.replaceAll.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.