このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
応答本文を生ストリームとして取得することをサポートするメソッドの型を定義します
type StreamableMethod<TResponse> = PromiseLike<TResponse> & { asBrowserStream: () => Promise<HttpBrowserStreamResponse> asNodeStream: () => Promise<HttpNodeStreamResponse> }