MusicWindow - Test
This page has the MusicWindow code snippet inserted into this page.
<script type="text/javascript" src="https://ungmusictheatre.shopwindow.io/siteintegrator/loadsitemodules/app.js" async>
</script>
Tested on - Chrome, Firefox, and Edge. Did not see any functionality.
Console log shows (Chrome) - "[Violation] Permissions policy violation: unload is not allowed in this document"

- The unload event has been deprecated across all major browsers from our review.
Review Context:
Google Chrome:
https://developer.chrome.com/docs/web-platform/deprecating-unload
- Deprecating the
unloadevent was proposed in 2019. - Partial deprecation in 2023 with backwards-compatibility
- Backwards compatibility dropped late 2025.
Mozilla Developer Network
https://developer.mozilla.org/en-US/docs/Web/API/Window/unload_event
- Full-stop warning against using it at the top of the page.
| Day | Instructions |
|---|---|
| 1 |
|
| 2 |
|