TechInPlanet
TechInPlanet

Tech that matters in planet

Browsing Tag

postman

1 post

ReferenceError: fetch is not defined – Postman

  • techinplanet staff
  • October 13, 2022
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…
View Post
TechInPlanet