fetch currently expects that XMLHttpRequest is available globally. Lets make it requiring the relevant module so this global is not required. https://github.com/NativeScript/NativeScript/blob/master/fetch/fetch.js#L279
fetch currently expects that XMLHttpRequest is available globally. Lets make it requiring the relevant module so this global is not required.
https://github.com/NativeScript/NativeScript/blob/master/fetch/fetch.js#L279