getScript随机404错误

时间:2018-10-23 15:55:29

标签: jquery ajax

使用JQuery 3.3.1函数getScript加载JS:

$.getScript("https://www.dropbox.com/static/api/2/dropins.js")
    .done(() => {...do things...});

在大多数情况下都有效,但是有时使用随机用户代理会引发404错误。使用以下命令拦截Ajax错误:

$(document).ajaxError((event, respXhr, reqXhr, thrownError) => {...}

错误与Dropbox无关,其他几种CDN都发生此错误。如何以及在哪里寻找问题?

0 个答案:

没有答案