GithubHelp home page GithubHelp logo

commonwidget's Issues

关于localStorage的命中率

qzone

之前看过你们分享的PPT,有几个点咨询一下:

  • 数据中localStorage的不支持率只占了5%,请问可以分享一下你们的设备占比吗?(我们测试的占比比你们低了很多)
  • “命中cache,但是本地cache的module有问题” 这一般是什么情况下出现的问题?

请问一下manifest.js什么时候去load回来的?

我看到源代码是:

var remoteManifest = (data.localcache && data.localcache.manifest) || {} 

但你个部署时是用了:

var remoteManifest = require("manifest");

且:

 map: [[/(v4\/manifest.js)$/i, "$1?v=" + Math.random().toString().substr(10)]]

我想问一下这样做,

var remoteManifest = (data.localcache && data.localcache.manifest) || {} 

是不是想用户在config里配置manifest?

现在seajs是3.0了,你还在维护吗?

你好,我今天使用你这个插件,不过没有成功,用seajs.use返回的对象是空的,你们还有维护吗?全读了一下代码,都是可以,应该是在回调方法时,没有拿到存存储的对象吧。

如果你们还在维护,期望你们的更新。谢谢

请教Localcache的问题

看到Localcache更新缓存,是通过get方法获取,
READMD里提到 Compatible with both ios(5,6,7) and android(2.3~4.2)
http://caniuse.com/#feat=xhr2 上看到,有部分浏览器版本对xhr2的支持不是很好,这个存在跨域问题吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.