Typscript ile XMLHttpRequest
https://github.com/musacanminaz/XMLHttpRequest repo dan kodlara erişilebilir. xml isteği ile json dönüt. fetch ile daha kolay yolu da bu. fetch(“https://jsonplaceholder.typicode.com/users”) .then(res => res.json()) .then(console.log);