I have a fetch request
requestData() { return fetch(\'/path/something\') .then((response) => { if (this.isJson(response)) return respon