generated from Seekra/repository-template
The application is incompatible with old browsers #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Old browser incompatibility
The app uses a top-level
awaitinsrc/main.js. This is incompatible with the build target (ES2020). To fix this, use an asynchronous IIFE that is called withoutawait.chore/incompatibilityto chore/Old-browser-incompatibility