2017-02-25 09:23:48 +03:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
try {
|
|
|
|
module.exports.XMLHttpRequest = XMLHttpRequest;
|
|
|
|
} catch(error) {
|
|
|
|
console.log('Warning: XMLHttpRequest is not defined');
|
|
|
|
module.exports.XMLHttpRequest = null;
|
|
|
|
}
|
2018-07-23 01:25:36 +03:00
|
|
|
|
2018-07-23 03:41:30 +03:00
|
|
|
export { }
|