大约有 7 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0037 秒)
...tials`)如”`cookies`“和”`HTTP authentication schemes`“。除非`xhr.withCredentials`为`true`(`xhr`对象有一个属性叫`withCredentials`,默认值为`false`)。所以开发者假如遇到跨域发送不能携带cookie时候请参考这个。 ### 方法 #### abort() 如果请求...
来源: Laya2.0_文档 发布时间: 20210714
...tials`)如”`cookies`“和”`HTTP authentication schemes`“。除非`xhr.withCredentials`为`true`(`xhr`对象有一个属性叫`withCredentials`,默认值为`false`)。所以开发者假如遇到跨域发送不能携带cookie时候请参考这个。 ### 方法 #### abort() 如果请求...
来源: Laya2.0_文档 发布时间: 20210715
...`credentials`)如"`cookies`"和"`HTTP authentication schemes`"。除非`xhr.withCredentials`为`true`(`xhr`对象有一个属性叫`withCredentials`,默认值为`false`)。所以开发者假如遇到跨域发送不能携带cookie时候请参考这个。 ###方法 ####abort() 如果请求已...
来源: Laya2.0_文档 发布时间: 20210715
...成https:/,微信下载就报错了。 在protobuf.js的function fetch_xhr方法最后把fileName改成//就可以load成功, var names=filename.split('/'); if(names[0]=="http:"||names[0]=="https:"){ filename=names[0]+"/"; for(var i=1;i<names.length;i++){ filename+=('/'+names[i]); } } xhr.ope...
来源: Laya_社区 发布时间: 20180704
...ocalstorage/logo/logo.png 2018-01-09 20:50:15.677 ZhuaWawa[2531:1863829] xhr.GET url=file:////var/mobile/Containers/Data/Application/1BB9B6D6-4FF0-4A51-9504-EDDD8FD5E2C3/Library/Caches//localstorage/logo.swf 2018-01-09 20:50:15.798 ZhuaWawa[2531:1863805] Download end:200 2018-01-09 20:50:15.798 Zh...
来源: Laya_社区 发布时间: 20180109
...s) I/LayaBox: found the file in the package:scripts/config.js I/LayaBox: xhr.GET url=http://stand.alone.version/index.html I/LayaBox: found the file in the package:cache/stand.alone.version/ea224b42 I/LayaBox: >>>>>>>>>>>>>>>>innerWidth:1280innerHe...
来源: Laya_社区 发布时间: 20171218
...可以自行查阅相关文档。 详细的XMLHttpRequest,请看 W3C的xhr 标准; XMLHttpRequest发各种类型的数据,可以参考发送数据和html5rocks上的这篇文章 了解XMLHttpRequest的基本使用,可以参考MDN的XMLHttpRequest介绍; 想了解跨域请求,则可以参...
来源: Laya3.0_文档 发布时间: 20250104