gpt4 book ai didi

Javascript - 如何知道 Fetch API 中响应的类型?

转载 作者:行者123 更新时间:2023-11-30 14:51:53 25 4
gpt4 key购买 nike

如何知道 Fetch API 中响应的类型?

在 XMLHttpRequest 中,有 responseType property它指示返回的响应正文的类型(json、文本、blob 等)。而在 Fetch API response ,即使有有用的方法来解析它的主体(json()text()blob() 等),我仍然没有找到任何类似于 XMLHttpRequest 的 responseType 属性的属性来指示响应的类型。

最佳答案

我认为您可以检查内容类型的响应 header ,如下所示:

response.headers.get("content-type")

关于Javascript - 如何知道 Fetch API 中响应的类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47989559/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com