ServerJS/Modules/SecurableModules: Difference between revisions

Line 16: Line 16:
# Whether a PATH is supported by the module loader for resolving module identifiers.
# Whether a PATH is supported by the module loader for resolving module identifiers.


== Prototype ==
== Loaders ==


A prototype for a client-side module loader that supports modules that conform to this specification using PATH relative URL's or module relative URL's without making security guarantees is partially complete in the  [[http://code.google.com/p/chironjs/source/browse/branch/safe/src/modules.js "safe" branch of modules.js]].
A prototype for a client-side module loader that supports modules that conform to this specification using PATH relative URL's or module relative URL's without making security guarantees is partially complete in the  [[http://code.google.com/p/chironjs/source/browse/branch/safe/src/modules.js "safe" branch of modules.js]].
pmuellr posted a sample loader http://wiki.github.com/pmuellr/modjewel


== Sample Code ==
== Sample Code ==
39

edits