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
minor #11615 [WebLink] All mentions to preload must have an "as" attribute (tristanbes)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes#11615).
Discussion
----------
[WebLink] All mentions to preload must have an "as" attribute
All the examples mentionning a `preload` must contain also a `'as' => 'xxx'` attribute. Otherwise, it generates a warning on the browser console:
```
⚠️ <link rel=preload> must have a valid `as` value`
```
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
a725141 [WebLink] All mentions to preload must have an \"as\" attribute
0 commit comments