Skip to content

1.0.21

Compare
Choose a tag to compare
@nikolai-shabalin nikolai-shabalin released this 17 May 07:59
· 16 commits to main since this release

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>