LabJs学习笔记:分析图

最近看了LabJS,LabJS是由Kyle Simpson编写,用来管理JS下载执行的一个开源模块。,

关于它的使用方法等,在labjs的官网上说的非常详细,有兴趣的同学可以去试试。

我这里主要整理了一份关于LabJs API的内部分析图。

从三个方面分析了一下LABJS

  1. APIS
  2. Variables
    • opera_or_gecko
    • explicit_preloading
    • real_preloading
    • script_ordered_async
    • xhr_or_cache_preloading
  3. Functions
    • create_sandbox
    • request_script
    • check_chain_group_scripts_ready
    • create_script_load_listener
    • script_executed

具体的分析和内容请看上面的分析图

可以通过这个地址下载xmind的源文件和图片: http://ued.ctrip.com/blog/wp-content/uploads/2012/05/LabJs1.rar

原文地址:https://www.cnblogs.com/danghuijian/p/2579799.html