archives

« Bugzilla Issues Index

#2516 — Loader load should allow anonymous loads


We should allow `load(undefined, {address: url})` to load a module without committing it to the registry. This is needed for

<script type="module" href="url"></script>


Duh, should be @src of course...


I believe this works as the function for this is meant to be `loader.prototype.module` not `loader.prototype.load`.


concerns old module spec.