Hi everyone,
Google Chrome is saying that the one of the JS files served by Qualtrics is using an unload event listener that will soon be deprecated.
The file:
The offending line;
e.addEventListener ? e.addEventListener(t, n, !1) : e.attachEvent ? e.attachEvent("on" + t, n) : e["on" + this.capFirst(t)] && (e["on" + this.capFirst(t)] = n))
Does anyone know if Qualtrics is going to address this? I searched for this on Google and only found one results that wasn’t really related. I can’t believe we’re the only company on this planet with this issue.