已不再支援此瀏覽器。
請升級至 Microsoft Edge,以利用最新功能、安全性更新和技術支援。
定義支援取得回應本文作為原始資料流程的方法型別
type StreamableMethod<TResponse> = PromiseLike<TResponse> & { asBrowserStream: () => Promise<HttpBrowserStreamResponse> asNodeStream: () => Promise<HttpNodeStreamResponse> }