-
-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Labels
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.