what is Module Loader in Netsuite SuiteScript 2.0 ?

SuiteScript 2.0 is designed to be modular.
SuiteScript 2.0 implements its modular architecture with the Asynchronous Module Definition (AMD) specification. AMD is used to define and load JavaScript modules and their dependencies.

Use Below Link to know more about AMD:
Click requirejs 

Comments