文件名称:LABjs-2.0.3
- 所属分类:
- WEB源码
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2014-01-09
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
LABjs 的核心是 LAB(Loading and Blocking):Loading 指异步并行加载,Blocking 是指同步等待执行。LABjs 通过优雅的语法(scr ipt 和 wait)实现了这两大特性,核心价值是性能优化。LABjs 是一个文件加载器。-LABjs lets you load pretty much any scr ipt file, whether you control it or not, with no intrusion or convention for dependencies, other than the order and blocking that you define. It keeps track of what you ve asked for and what has downloaded, and lets you only define a handler once for a group of scr ipts that will execute together in parallel. The API style (with chaining) makes is very easy to convert a set of scr ipt tags in your page into code to load them, without having to worry that race conditions will cause issues for scr ipts loading in the wrong order if there are explicit dependencies involved.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LAB-debug.min.js
LAB.js
LAB.min.js
LAB.src.js