I've been trying to request information from an API in JavaScript using this, but ExtendScript keeps giving me an error saying that..
var xhr = new XMLHttpRequest();
..does not have a constructor.
Is it possible to do this from within Photoshop/Are there any workarounds?