How is dependent libraries defined in metadata loaded in the runtime

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

  • ComponentBase
  • createMetaData
  • dependency
  • dependencies
  • _loadDependencies

Metadata definition:

clipboard1

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

clipboard2

We could find the callstack via column "Initiator":

clipboard3

still loaded via AJAX call:

clipboard4

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

clipboard5

猜你喜欢

转载自blog.csdn.net/i042416/article/details/93304110