RequireJS 0.11 Released; Ready for jQuery

作者: nick 分类: jquery, js, web, 学习 发布时间: 2010-05-17 15:30 ė 6没有评论

James Burke is moving quickly with his RequireJS library. He recently posted about the requirements that John Resig has for a script loader for jQuery:

  1. script loading must be async
  2. script loading should do as much in parallel as possible. This means in particular, that it should be possible to avoid dynamic nested dependency loading.
  3. it looks like a script wrapper is needed to allow #1 and #2 to work effectively, particularly for cross-domain loading. It is unfortunate, but a necessity for script loading in browsers.

With the RequireJS 0.11.0 release James feels like he has the features to make that real:

James mentioned a server side scanning tool…. and Kyle Simpson (of LABjs) is almost ready to show something there too.

本文出自 传播、沟通、分享,转载时请注明出处及相应链接。

本文永久链接: https://www.nickdd.cn/?p=517

发表评论

您的电子邮箱地址不会被公开。

Ɣ回顶部