Pull all `<script>` elements into document `<head>` and add `defer` attribute to them to improve script loading characteristics.
Activity
[-]Revise `<script>` elements to user `defer` loading[/-][+]Revise `<script>` elements to use `defer` loading[/+]delphidabbler commentedon Oct 14, 2022
See the similar ddablib/ddablib.github.io#43 issue for a discussion of how the use of
defer
affects inline scripts.