AND ANSWERS WITH SOLUTIONS 2024
XMLHttpRequest - ANSWER The fetch API is a replacement for the convoluted __ object.
promises - ANSWER The fetch API uses __ to handle callbacks.
headers - ANSWER I can create custom __ for my HTTP messages for additional flexibility when working
with requests.
url - ANSWER The only required parameter in a fetch call is the __.
read-only - ANSWER All properties of a request become __ once the request has been created.
stream - ANSWER A request is an instance of a __.
x - ANSWER Fetch introduction:
https://davidwalsh.name/fetch
false (and this is a huge problem)
https://stackoverflow.com/questions/41996814/how-to-abort-a-fetch-request - ANSWER True or false: a
fetch request can be cancelled once it has been made.