Created by Jerry Wang, last modified on Mar 25, 2015

  • ComponentBase
  • createMetaData
  • dependency
  • dependencies
  • _loadDependencies

Metadata definition:

How is dependent libraries defined in metadata loaded in the runtime

The library will be loaded via jQuery.each one by one:

How is dependent libraries defined in metadata loaded in the runtime

We could find the callstack via column "Initiator":

How is dependent libraries defined in metadata loaded in the runtime

still loaded via AJAX call:

How is dependent libraries defined in metadata loaded in the runtime

If you are running the application in your local laptop, you could figure it out where this library file is loaded from:

How is dependent libraries defined in metadata loaded in the runtime

相关文章: