Chrome sendrequest error: TypeError: Converting circular structure to JSON

后端 未结 11 1303
醉梦人生
醉梦人生 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 04:58

    This might not be related answer, but this link Detecting and fixing circular references in JavaScript might helpful to detect objects which are causing circular dependency.

提交回复
热议问题