大约有 13 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0021 秒)
...iniAdpter.downLoadFile来缓存二进制文件,逻辑如下: public Request(url:string):void { console.log("url: " + url); if (Laya.Browser.onMiniGame) { var args = {url:url, handler:null}; var handler = Laya.Handler.create(this, this.OnDownloadFileInWxOk, [args], false); args.handler = handl...
来源: Laya_社区 发布时间: 20180604
...= null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private gapThreshold:number = 100; private heartbeatId:any = null;...
来源: Laya_社区 发布时间: 20180119
...tation": "portrait", "showStatusBar": false, "networkTimeout": { "request": 10000, "connectSocket": 10000, "uploadFile": 10000, "downloadFile": 10000 }, "openDataContext": "./open" } 然后 把 sunDemo 子域项目laya/assets里面的 test 复制到 fatherDemo主域项目...
来源: Laya_社区 发布时间: 20190307