const response = await fetch(url); const reader = response.body ... Instead, use an app server that supports streaming, like NodeJS or Deno.
確定! 回上一頁