-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ClientLibraries] Add option to inject the onload attribute into the stylesheet link tag #2692
Conversation
vladbailescu
commented
Mar 4, 2024
- [ClientLibraries] Add option to inject the onload attribute into the stylesheet link tag
- [ClientLibraries] Inject existing onload attribute into the stylesheet link tag
- Fixes [ClientLibraries] Add option to inject the onload attribute into the stylesheet link tag #2295
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2692 +/- ##
============================================
+ Coverage 86.60% 87.21% +0.61%
- Complexity 2313 2673 +360
============================================
Files 210 233 +23
Lines 6161 7128 +967
Branches 931 1090 +159
============================================
+ Hits 5336 6217 +881
- Misses 329 361 +32
- Partials 496 550 +54 ☔ View full report in Codecov by Sentry. |
Hi @vladbailescu is there any plan to add the attribute type for the js script tag as well ? <script **type="module"** src="main.js"></script>Best Andrei |
…to the stylesheet link * fixed ITs
…to the stylesheet link * fixed ITs
Quality Gate passedIssues Measures |