資源加載錯誤

2019-02-20 15:38 更新

資源加載錯誤在Fundebug控制臺的圖標如下:

對于一個復(fù)雜的大型網(wǎng)站,所依賴的靜態(tài)文件(js, css, jpg...)成千上萬,因此出現(xiàn)加載錯誤,比如404,也是很常見的一種錯誤。

下面的示例中,所引入的test.jpg并不存在,因此會報404錯誤:

<img src="test.jpg">

開發(fā)者可以在Fundebug控制臺錯誤詳情:


Fundebug插件捕獲的錯誤數(shù)據(jù)如下:

{
    "notifierVersion": "0.2.0",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:54.0) Gecko/20100101 Firefox/54.0",
    "locale": "zh",
    "url": "https://www.fundebug.com",
    "title": "Test",
    "apiKey": "API-KEY",
    "time": 1502864167717,
    "type": "resourceError",
    "target": {
        "outerHTML": "<img src=\"test.jpg\">",
        "src": "https://www.fundebug.com/test.jpg",
        "tagName": "IMG",
        "id": "",
        "className": "",
        "name": "jpg",
        "XPath": "/html/body/img[1]",
        "selector": "HTML > BODY:nth-child(2) > IMG:nth-child(2)",
        "status": 404,
        "statusText": "Not Found"
    }
}

資源加載錯誤的type屬性值為resourceError。

silentResource

如果你不需要監(jiān)控資源加載錯誤,則可以將silentResource屬性設(shè)為true。


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號