We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
asset-type
Default value of attribute type (for <link>/<style>/<script>) does not need to be set.
type
<link>/<style>/<script>
001
For <style> and <link>, default value of attribute type (text/css) does not need to be set.
<style>
<link>
text/css
002
For <script>, default value of attribute type (text/javascript) does not need to be set.
<script>
text/javascript
true
Do check.
false
Do not check.
Yes.