Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

chrome developer tools send get request

fetch('https://jsonplaceholder.typicode.com/posts/1')
  .then(res => res.json())
  .then(console.log)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #chrome #developer #tools #send #request
ADD COMMENT
Topic
Name
8+3 =