LearningFuze Bootcamp > fetch > Flashcards
What does fetch() return?
returns a promise containing the response
What is the default request method used by fetch()?
GET
How do you specify the request method (GET, POST, etc.) when calling fetch?
in the init argument/object (2nd argument)