« Bugzilla Issues Index
#2516 — Loader load should allow anonymous loads
- bug_id:
2516
- creation_ts:
2014-02-08 10:53:00 -0800
- short_desc:
Loader load should allow anonymous loads
- delta_ts:
2015-07-10 08:35:02 -0700
- product:
Draft for 6th Edition
- component:
deferred features
- version:
Rev 21: November 8, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
WONTFIX
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Erik Arvidsson
- assigned_to:
Allen Wirfs-Brock
- cc:
["dherman", "erik.arvidsson", "guybedford", "jorendorff", "samth"]
- commentid:
7215
- comment_count:
0
- who:
Erik Arvidsson
- bug_when:
2014-02-08 10:53:45 -0800
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>
- commentid:
7217
- comment_count:
1
- who:
Erik Arvidsson
- bug_when:
2014-02-08 11:04:41 -0800
Duh, should be @src of course...
- commentid:
8853
- comment_count:
2
- who:
Guy Bedford
- bug_when:
2014-06-03 23:13:22 -0700
I believe this works as the function for this is meant to be `loader.prototype.module` not `loader.prototype.load`.
- commentid:
13776
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-16 14:42:57 -0700
concerns old module spec.