Hello,
I’d like to use XMLHttpRequest with UnrealJS and i get an error. I know i can use http module instead, but i want to work with ThreeJS.
→ Cannot read property ‘XMLHttpRequest’ of undefined
I try with “var XMLHttpRequest = require(“xmlhttprequest”).XMLHttpRequest;” but same error…
Do you have an idea ?