WebGlossary.info
Asynchronous Module Definition
- A specification for the JavaScript programming language. AMD defines an API that defines code modules and their dependencies, and loads them asynchronously if desired. Implementations of AMD promise website performance improvements, because AMD implementations load smaller JavaScript files, and then only when they are needed. AMD implementations also suggest fewer page errors, because developers can define dependencies that must load before a module is executed, so the module does not try to use outside code that is not available yet. ← Wikipedia ↑ github.com/amdjs/amdjs-api
- Previous term: Asynchronous JavaScript and XML
- Next term: AT
- Random term: Web standards movement