Urara-Blog/node_modules/.pnpm-store/v3/files/88/f98f47f260542d45cafbe957c40b42796c55efa107bda3f2d02340eaca267de0821a330bc3e2a5917b0e398844c5ebe83071188780063b4e95418ac61638ea
2022-08-14 01:14:53 +08:00

12 lines
450 B
Text

import '../_version.js';
/**
* A utility function that determines whether the current browser supports
* constructing a new `Response` from a `response.body` stream.
*
* @return {boolean} `true`, if the current browser can successfully
* construct a `Response` from a `response.body` stream, `false` otherwise.
*
* @private
*/
declare function canConstructResponseFromBodyStream(): boolean;
export { canConstructResponseFromBodyStream };