Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果 Codepush 真的创建了只包含修改过的 js 文件的包,那么在这个 delta 中究竟是如何检查的?
在客户端 CodePush 总是生成发送到服务器的完整包(在执行 CodePush 发布命令时)。
在服务器上,有一个逻辑来确定请求的 CodePush 更新是可以部分发送还是客户端需要完全更新。
那时 CodePush 仅支持基于文件的差异,因此只有更新的和新的文件才会发送到客户端设备。