1.0.21
Clarifies the no-blocking-script rule for the <script>
tag. You can now add modules to <head>
.
<html lang="ru">
<head>
<script src="app.js" type="module"></script>
</head>
<body>…</body>
</html>
Clarifies the no-blocking-script rule for the <script>
tag. You can now add modules to <head>
.
<html lang="ru">
<head>
<script src="app.js" type="module"></script>
</head>
<body>…</body>
</html>