hyperaudio-save.js:1960 calls fetchRemoteMediaFile(embedderSrc) with no try/catch, while the sibling branch for plain remote media (line 1972) wraps the same call and offers a "save with a link instead" fallback. If a host application's scheme handler fails or is slow to fail, the raw TypeError reaches the user as "Failed to fetch" and the save is lost rather than degraded. Give it the same treatment as the remote branch.
hyperaudio-save.js:1960callsfetchRemoteMediaFile(embedderSrc)with no try/catch, while the sibling branch for plain remote media (line 1972) wraps the same call and offers a "save with a link instead" fallback. If a host application's scheme handler fails or is slow to fail, the raw TypeError reaches the user as "Failed to fetch" and the save is lost rather than degraded. Give it the same treatment as the remote branch.