I am writing a FireFox-Extension and want to load Data from Server. But when I try to initialize the XMLHttpRequest with:
var request = new XMLHttpRequest();
The error console says:
ReferenceError: XMLHttpRequest is not defined
Do I have to include something or why the XMLTttpRequest is not recognized?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…