ReferenceError: fetch is not defined – Postman
In Postman, I run an arbitrary request. I put the following code in either the Pre-req. script or in the Tests script: fetch(‘https://jsonplaceholder.typicode.com/todos/3’) .then(response => response.text()) .then(responseBody => { console.log(‘The…