The application is incompatible with old browsers #118

Closed
opened 2026-06-07 18:23:43 +02:00 by jakob.scheid · 0 comments
Owner

Old browser incompatibility

The app uses a top-level await in src/main.js. This is incompatible with the build target (ES2020). To fix this, use an asynchronous IIFE that is called without await.

# Old browser incompatibility The app uses a top-level `await` in [`src/main.js`](src/src/main.js). This is incompatible with the build target (ES2020). To fix this, use an asynchronous IIFE that is called without `await`.
jakob.scheid added this to the mvp-frontend milestone 2026-06-07 18:23:43 +02:00
jakob.scheid added the
prio
critical
area/global
type
chore
labels 2026-06-07 18:23:43 +02:00
jakob.scheid added this to the MVP Frontend project 2026-06-07 18:23:43 +02:00
jakob.scheid moved this to To do in MVP Frontend on 2026-06-07 18:23:47 +02:00
johannes.vos self-assigned this 2026-06-19 14:43:45 +02:00
johannes.vos moved this to In progress in MVP Frontend on 2026-06-19 14:43:53 +02:00
johannes.vos added reference chore/incompatibility 2026-06-19 14:45:05 +02:00
johannes.vos changed reference from chore/incompatibility to chore/Old-browser-incompatibility 2026-06-19 14:46:32 +02:00
johannes.vos moved this to Review in MVP Frontend on 2026-06-19 14:51:07 +02:00
jakob.scheid moved this to Done in MVP Frontend on 2026-06-21 21:30:02 +02:00
Sign in to join this conversation.