在浏览器中访问 HTTP/2 个预告片
Access to HTTP/2 trailers in a browser
目前是否有任何浏览器支持在 HTTP/2 响应中访问预告片?
例如,最新的 Fetch API 规范提到预告片是通过 Response.trailer 公开的。有支持的浏览器吗?
您可以在 http://wpt.fyi/fetch/api/response (see the results row for the test file response-trailer.html
, and see also http://wpt.fyi/fetch/api/response/response-trailer.html) 找到测试用例。
根据这些结果及其失败消息,目前似乎没有任何浏览器引擎支持 Response.trailer
。
但是您可能需要关注它的开放浏览器功能错误:
目前是否有任何浏览器支持在 HTTP/2 响应中访问预告片?
例如,最新的 Fetch API 规范提到预告片是通过 Response.trailer 公开的。有支持的浏览器吗?
您可以在 http://wpt.fyi/fetch/api/response (see the results row for the test file response-trailer.html
, and see also http://wpt.fyi/fetch/api/response/response-trailer.html) 找到测试用例。
根据这些结果及其失败消息,目前似乎没有任何浏览器引擎支持 Response.trailer
。
但是您可能需要关注它的开放浏览器功能错误: