mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
PR #664 rewrote the comment explaining why the dynamically-inserted es-module-shims script sets async = false, replacing the actual execution-order reasoning (it must run before the deferred type="module" script below, without blocking the parser for browsers that never reach this branch) with a vaguer, inaccurate description ("inspects module graphs that fail static linking") that doesn't explain the async choice at all. It also dropped the regression test asserting .async = false is present, so a future "cleanup" removing that line would go uncaught -- and the misleading comment no longer warns against doing so. The actual .async = false code was untouched by #664; this only restores the documentation and its test coverage. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>