Chrome sendrequest error: TypeError: Converting circular structure to JSON

后端 未结 11 1037
醉梦人生
醉梦人生 2020-11-22 04:16

I\'ve got the following...

chrome.extension.sendRequest({
  req: \"getDocument\",
  docu: pagedoc,
  name: \'name\'
}, function(response){
  var efjs = respo         


        
11条回答
  •  广开言路
    2020-11-22 05:17

    I was getting the same error with jQuery formvaliadator, but when I removed a console.log inside success: function, it worked.

提交回复
热议问题