Is it possible to detect the mixed content error provided by Chrome with JavaScript?
Background to why I need access to it:
I'm currently using streaming from a third party that uses http and I'm using https (this is not possible to change from either party), however, I would like to detect if the browser is receiving a mixed content message (which Chrome console is) and then do/show something different in this situation.
Older Android/Desktop Chrome browsers are compatible with this and I'd like to keep this functionality while also managing this for newer webkit oriented browsers.