You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The async attribute is missing because the script defaults to defer: true. Since async and defercannot be used together, async is not applied.
The fetchpriority="low" attribute is intentionally added as a default for optimization, but we agree that it is missing from the documentation. We'll update the documentation to reflect this behavior.
🐛 The bug
The following script
currently yields
While documentation lists
async
as one of the attributes that will be added by default, it is missing from the generated output above.At the same time
fetchpriority="low"
seems to be missing from documentation, which is also a default.🛠️ To reproduce
N/A
🌈 Expected behavior
🌈
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: