Zoom API
zoom-web-sdk web-sdk zcc-sdk web-chat
API Documentation:
Description
Unload event listeners are deprecated and will be removed.
Offending JavaScript loaded by API:
https://us01ccistatic.zoom.us/us01cci/web-sdk/zcc-sdk.js
Offending JavaScript:
return s( () => {
o.info("Created"),
window.addEventListener("unload", a)
}
Google Chrome Reports Deprecation:
Google Chrome → ⋮ → More tools → <> Developer Tools → Console → Issues
If you look at the Issues tab within the Console tab you will see that Zoom is using the unload event and that Google Chrome is reporting: Unload event listeners are deprecated and will be removed.
Error:
UnloadHandler: Unload event listeners are deprecated and will be removed.
How To Reproduce
Steps to reproduce the behavior:
- Install Zoom Web Chat in one of your web pages
- Load that web page in Google Chrome
- View Issues reported by Google Chrome