What limitations apply to opaque responses?
问题 Opaque responses are defined as part of the Fetch API, and represent the result of a request made to a remote origin when CORS is not enabled. What practical limitations and \"gotchas\" exist around how opaque responses can be used, both from JavaScript and as resources on a page? 回答1: Access to Opaque Responses' Headers / Body The most straightforward limitation around opaque responses is that you cannot get meaningful information back from most of the properties of the Response class, like