上的http請求撞毀我想這個代碼:Firefox是使用插件
// This is an active module of the goelvivek (10) Add-on
// This is an active module of the goelvivek (9) Add-on
var pageMod = require("page-mod");
var request = require('request');
pageMod.PageMod({
include: "*",
contentScriptWhen: "end",
contentScript: 'var doc_c=document.title;console.log(doc_c);var body_uri=document.URI;self.postMessage(body_uri);',
onAttach:function(body_c){
console.log("onattach");
var req = request.Request({
url:"http://google.com",
content:{
v:"1",
body:body_c
},
oncomplete: function (response){
console.log(response);
}
});
req.get();
}
});
但Firefox崩潰。爲什麼?
你可以在https://builder.addons.mozilla.org/addon/1021520/latest/
您是否發送了崩潰報告?請參閱http://support.mozilla.com/zh-CN/kb/Firefox%20crashes#w_get-help-fixing-this-crash –
https://crash-stats.mozilla.com/report/index/bp-1f78c671 -cc54-4fc9-86f8-b80022111019 –
但我得到錯誤 我們無法找到您之後的OOID。如果您最近提交了此次崩潰,它可能仍然在隊列中。 如果您認爲此消息有誤,請提交說明發生了什麼的Bugzilla憑單,並請包含此頁面的網址。 –