What kind of network error is Chrome encountering when 'Status = (failed)' and 'Type = undefined'

后端 未结 7 1336
情歌与酒
情歌与酒 2020-12-29 21:57

Sometimes I randomly see network requests from Chrome failing with Status = \'(failed)\' (status code 0 from the request object in JavaScript) and the response type as \'und

7条回答
  •  抹茶落季
    2020-12-29 22:20

    I ran into this while working on an ad serving network. It ended up being the AdBlock Plus Chrome extension blocking any assets, probably the "ad" in the path. I whitelisted my domain and it worked.

提交回复
热议问题