Added init struct (resource loading helpers)

This commit is contained in:
2020-04-21 19:04:08 +02:00
parent 7165f9ee89
commit a519a9696c
13 changed files with 81 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
console.log("TEST - onload defined before module load");
}
</script>
<script type="module" src="/sunpy/orep/orep.js" async></script>
<script type="module" src="/sunpy/__init__.js" async></script>
<script>
var onloadPost = onload || (() => {});
onload = () => {