UnloadHandler deprecated used by https://us01ccistatic.zoom.us/us01cci/web-sdk/zcc-sdk.js Line: 5, column: 6805

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 → ⋮ → :toolbox: 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:

  1. Install Zoom Web Chat in one of your web pages
  2. Load that web page in Google Chrome
  3. View Issues reported by Google Chrome