Access-Control-Allow-Origin on chrome extension

后端 未结 4 1856
我在风中等你
我在风中等你 2020-12-28 19:36

I\'m making a Chrome extension which pulls data from my own server. It uses about 4 httpRequests at a time, but sometimes I get console error as follows:

XMLHt

4条回答
  •  不知归路
    2020-12-28 20:01

    https://developer.chrome.com/extensions/xhr

    Read through that documentation and check that your permissions have been setup correctly.

提交回复
热议问题