I have a one problem. I use GM_xmlhttpRequest and sometimes server
"dead". Can I detect this situtation? I try use sth like this but
doesn't work:
GM_xmlhttpRequest({
url: "http://xxx.pl",
method: "GET",
onerror: function(responseDetails) {
alert("onerror");
},
onload: function(responseDetails) {
alert("onload");
}
});
What is going on, I read a lot of tutorial and did not find the
answer.
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.