You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting this error very frequently from visitors.
We have to support a super old verison of chromium, so I imagine it's just not working for something that old.
Worth noting, though, that we've used ga-lite for years and it definitely used to work 🤷
It doesn't fail there anymore, but there's another one shortly that throws an error. I made it up to character 1,000 before I gave up - there's gotta be an easier way.
If this is just syntax, is there some way I can make this load on older browsers?
The text was updated successfully, but these errors were encountered:
Do you have any specifics on how old Chromium you're supporting? This project uses Babel, which I think can be configured to support arbitrary old browsers at least all the way down to ES5 via browserslist.
It's a modified version of Chromium so it's hard to point at a specific version, but roughly v11?
The issue doesn't even seem to be new features or anything, just weird syntax issues. So far, just requiring more parens around some ternaries and such - which would definitely still be compatible with newer browsers.
Hi, I'm getting this error very frequently from visitors.
We have to support a super old verison of chromium, so I imagine it's just not working for something that old.
Worth noting, though, that we've used ga-lite for years and it definitely used to work 🤷
We're on 2.1.6, hosted here: https://loading.cfcservers.org/assets/js/ga-lite.min.js
If I run that code through JSLint it throws the same error.
If I make this change:
It doesn't fail there anymore, but there's another one shortly that throws an error. I made it up to character 1,000 before I gave up - there's gotta be an easier way.
If this is just syntax, is there some way I can make this load on older browsers?
The text was updated successfully, but these errors were encountered: