Commit 8c941de
committed
minor symfony#59549 [AssetMapper] Remove
This PR was merged into the 7.3 branch.
Discussion
----------
[AssetMapper] Remove `async` from the polyfill loading script
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#59547
| License | MIT
From https://javascript.info/script-async-defer:
> the `async` attribute is ignored if the `<script>` tag has no `src`.
and
> Dynamic scripts behave as “async” by default.
Commits
-------
164af69 [AssetMapper] Remove `async` from the polyfill loading scriptasync from the polyfill loading script (MatTheCat)File tree
2 files changed
+2
-4
lines changed- src/Symfony/Component/AssetMapper
- ImportMap
- Tests/ImportMap
2 files changed
+2
-4
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
| |||
0 commit comments