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 0.1.0 milestone 2026-06-07 18:23:43 +02:00
jakob.scheid added the
Priority
Critical
1
Area/GlobalKind/Chore
labels 2026-06-07 18:23:43 +02:00
jakob.scheid added this to the Project Board project 2026-06-07 18:23:43 +02:00
jakob.scheid moved this to To do in Project Board 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 Project Board 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 Project Board on 2026-06-19 14:51:07 +02:00
jakob.scheid moved this to Done in Project Board on 2026-06-21 21:30:02 +02:00
jakob.scheid added the
Reviewed
Confirmed
1
label 2026-07-30 17:23:00 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#118