When working with web APIs, what should you do if an opaque response serves your needs?
A) Set the request's mode to 'cors' to enable cross-origin requests.
B) Set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
C) Set the request's mode to 'same-origin' to restrict the request to the same origin.
D) Set the request's mode to 'navigate' to handle redirects and navigation.