Page 1 of 1

javascript Error

Posted: Mon May 21, 2018 8:27 pm
by tetradox_44
Error :

Code: Select all

with (typeof __commandLineAPI !== 'undefined' ? __commandLineAPI : { __proto__: null }) {
Help me :-(

Re: javascript Error

Posted: Tue May 22, 2018 7:58 am
by salvadordf
This seems to be a JavaScript syntax error. Please, try that code in Chrome to see if you get the same error.

Re: javascript Error

Posted: Tue May 22, 2018 10:15 am
by tetradox_44
thank you

Re: javascript Error

Posted: Tue May 22, 2018 6:31 pm
by salvadordf
The code you posted previously seems to be used by Chromium to evaluate JavaScript code :

Code: Select all

with (typeof __commandLineAPI !== 'undefined' ? __commandLineAPI : { __proto__: null }) {
This article talks about it :
https://asaskevich.github.io/2015/07/12 ... oper-Tool/

And these web pages have errors similar to yours :
https://github.com/vega/vega/issues/342
https://stackoverflow.com/questions/313 ... loper-tool

The developer tools had some changes in CEF3 recently. If you see different results in Chrome, wait until CEF3 fixes the issue.
I'm sorry but I can't do anything about it.