diff --git a/pkg/service/soundtouchweb/static/index.html b/pkg/service/soundtouchweb/static/index.html index 9ddef7a2..94f80daf 100644 --- a/pkg/service/soundtouchweb/static/index.html +++ b/pkg/service/soundtouchweb/static/index.html @@ -17,10 +17,10 @@ that already support import maps natively. Feature-detect instead, so only a browser that actually lacks support ever fetches it. Inserted via the DOM rather than document.write (deprecated, and - subject to browser interventions that can silently drop it). - After initialization, es-module-shims inspects module graphs that fail - static linking, so browsers without import maps can resolve the bare - imports below without penalizing native-capable ones. + subject to browser interventions that can silently drop it), with + async explicitly set to false so it still executes before the + deferred `type="module"` script below runs, without blocking the + parser for the vast majority that never reach this branch. -->