Modules/Transport

From CommonJS Spec Wiki
< Modules
Revision as of 17:14, 21 March 2011 by Zumbrunn (Talk | contribs) (Undo revision 3295 by Alicethomas (talk))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are a variety of ways to transport a module from a server to a browser. However, the highest performance solutions available today involve script injection, which necessitates that the script arrange with the loader to call a particular function when it executes.

Proposals

Prior Art

Related Discussions