issues
search
whatwg
/
loader
Loader Standard
https://whatwg.github.io/loader/
Creative Commons Zero v1.0 Universal
609
stars
45
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a LICENSE
#160
annevk
closed
3 years ago
2
Is this spec living?
#159
foolip
opened
7 years ago
6
Make importing fail if URL has changed (for SPA, PJAX, and History API)
#158
falsandtru
closed
7 years ago
1
🚲 🔗 fix bikeshed link
#157
aretecode
closed
7 years ago
1
Idea: Add Header to Identify imported names
#156
Jamesernator
opened
7 years ago
4
Safely hooking the loader of an iframe
#155
andyearnshaw
opened
7 years ago
2
§ 2.3. Promises: "promises guide" should be a hyperlink
#154
mk-pmb
opened
8 years ago
0
Clarify Milestones/Roadmap
#153
indolering
closed
7 years ago
1
Update implementation status to reduce confusion
#152
domenic
closed
7 years ago
1
Edge implementation status changed
#151
raphaelokon
closed
8 years ago
1
Update implementation status in Edge
#150
raphaelokon
closed
7 years ago
5
Peeling out import()
#149
domenic
closed
6 years ago
15
Per module-script tree information
#148
Constellation
closed
8 years ago
2
[Discussion] Simplification of Loader
#147
caridy
opened
8 years ago
45
Execution hook
#146
guybedford
opened
8 years ago
0
Correct some typos
#145
probins
closed
8 years ago
1
Correct links to non-existent section 3.5
#144
probins
closed
8 years ago
1
Progress events
#143
jhnns
closed
8 years ago
3
PreEvaluate/PostEvaluate stages
#142
ghost
closed
8 years ago
8
Looking back instead of looking forward?
#141
robbie-mac
closed
8 years ago
8
Update Edge status in README.md
#140
mrmckeb
closed
8 years ago
1
Update development status for Edge.
#139
NoNameProvided
closed
8 years ago
1
Update browser vendors status
#138
mischah
closed
8 years ago
6
Update status of Edge implementation
#137
restlessdesign
closed
7 years ago
1
Update implementation status for IE
#136
nVitius
closed
8 years ago
2
Mention code of conduct in README
#135
annevk
closed
8 years ago
1
Update IE/Edge implementation status
#134
christyharagan
closed
8 years ago
3
Importing JSON files?
#133
beck
opened
8 years ago
2
Fetch response metadata
#132
nlwillia
opened
8 years ago
1
Relative module URLs starting without "./"
#131
bangseongbeom
closed
8 years ago
3
It should be possible to synchronous retrieve a "loaded and ready" module's export object
#130
concavelenz
opened
8 years ago
7
Export Objects
#129
caridy
closed
8 years ago
5
How are named exports passed to hooks when Loader.import is called?
#128
RGBboy
closed
8 years ago
6
mutator should only include setters for writtable or configurable descriptors from [[EnvironmentRecord]]
#127
caridy
closed
8 years ago
1
Bugfix: EnsureRegistered() should push new entries in the registry.
#126
caridy
closed
8 years ago
1
Question: which objects will be exposed onto the window / global?
#125
joeldenning
closed
8 years ago
2
Handling of symlinks / redirects
#124
guybedford
opened
8 years ago
4
Status clarifications in README
#123
probins
closed
8 years ago
1
[Refactor] Distinguishing external "stages" from internal "phases"
#122
caridy
closed
8 years ago
1
How should the loader impact <script type="module">?
#121
domenic
opened
8 years ago
10
Improving Linking Mechanism
#120
caridy
closed
8 years ago
1
[spec] Spec text for ParseExportsDescriptors() and CreateModuleMutator() abtracts
#119
caridy
closed
8 years ago
8
[follow up] issue #46 adds an extra step to set [[Realm]] on the module
#118
caridy
closed
8 years ago
1
Provide / install
#117
matthewp
closed
8 years ago
2
[bug] 8.2.6. ModuleEvaluation() is assuming `this.[[Evaluate]]`, it should be `this.[[Module]].[[Evaluate]]` because it doesn't hold the evaluate internal slot directly.
#116
caridy
closed
8 years ago
1
[question] `Instantiation(loader, result, source)` will assume `result` is callable in step 3, but `result` is just an exotic namespace object that is not callable.
#115
caridy
closed
8 years ago
5
[bug][question] step 14. [Set O’s [[Module]] internal slot to module.] in ModuleStatus constructor should not set the internal slot to module if it can be a promise as described in step 9.
#114
caridy
closed
8 years ago
2
[bug][important] step 6.c.i. [Let status be ? ExtractDependencies(entry, optionalInstance, source).] in RequestInstantiate should bypass `optionalInstance.[[Module]]` instead of just `optinoalIstance`.
#113
caridy
closed
8 years ago
2
[question] step [4.a. Assert: instance is a Source Text Module Record.] in 6.1.3. ExtractDependencies seems to be bold. Not only source text module records can have dependencies.
#112
caridy
closed
8 years ago
1
[suggestion] Step [12. Set mod.[[Namespace]] to ns.] in `Module()` seems to be redundant because step 9 in 9.4.6.13 ModuleNamespaceCreate (module, exports) in 262 will do that.
#111
caridy
closed
8 years ago
1
Next