I am getting a weird error in some older versions of chrome, probably 2019 ( I am using an embedded chrome browser ) when I try to load google maps. It does not throw an error in the current versions of chrome.(2020 and onwards is fine) It has started all of a sudden.
<script src="https://maps.googleapis.com/maps/api/js?key=apikey"></script>
js?key=apikey:67 Uncaught SyntaxError: Unexpected token ?
I am really curious what might be the error is, can anyone shed light on this?
Thanks
js/?key=, but I don't recall if a trailing slash was required