-
-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Labels
enhancement 🚀New feature or requestNew feature or request
Description
Description
I need to run some JS before DOMContentLoaded.
My options right now are:
- write it as plain JS and inject via
Head. This works OK until the code gets complex enough / requires dependencies - compile it separately and add inject via
Head
It would be ideal if we could set +client.js to not be async.
Metadata
Metadata
Assignees
Labels
enhancement 🚀New feature or requestNew feature or request