nextcloud/nextcloud.com

asynchronous Javascript

开放

#262 创建于 2016年11月11日

 (2 条评论) (0 个反应) (0 位负责人)PHP (126 个派生)auto 404
bugenhancementhelp wanted

仓库指标

星标
 (215 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

So right now if you acess to our website throught slow internet connections you can have a problem. You download first and execute a javascript file that depends on another that is not downloaded yet. What can result in a break website. The only solution that I know and that @LukasReschke suggest to is to use require.js.

Anyone can use with this "migration"? @nextcloud/designers @nextcloud/javascript

http://requirejs.org/

贡献者指南