Learning Fuze > fetch > Flashcards
What does fetch() return?
returns a promise
How do you specify the request method (GET, POST, etc.) when calling fetch?
method: “addMethodHere”