Sotos wrote:I am not having this issue with the latest version of Chrome. Also, I am not sure you understand what "Beta" and "Alpha" means
You can’t compare them because Chrome fires up Chromium with a different set of flags and you then also have a different set of V8 flags.
ie: Do you even have ES6 javascript enabled? Can you do this:
something.then(devices => {devices.map(device => whatever)})Or would it throw an error?
Another likely culprit is that there are a lot of old obsolete jQuery libraries still in use by some of the lower quality websites which are in conflict with the latest Chromium versions. ie: jQuery’s mousewheel library is definitely in conflict because Chromium has it’s own smooth-scrolling these days etc. Cypriot websites are notorious for being behind in jQuery versions while the West has mostly abandoned it because it's no longer as necessary.
Also the bug is
intermittent so it’s very hard to reproduce unless you are aggressively testing to catch it. You need to spend some time on a page… it could be in 10 minutes or in one hour or nothing.
So as can be seen it’s lot more complicated than what you seem to think, Sotos. Not an easy job maintaining such things…
Just for the record, I just counted the Chromium flags I modify… the result is
106/2350!