From e680b81ee07ae533afa6318f9565bee56b1d0152 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 18 Sep 2024 00:49:09 +0900 Subject: [PATCH] =?UTF-8?q?2024/03/12=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/blob/stream/index.md | 9 +++++---- files/ja/web/api/blob/text/index.md | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/files/ja/web/api/blob/stream/index.md b/files/ja/web/api/blob/stream/index.md index fed90f8d7c7a89..440b26e8671de1 100644 --- a/files/ja/web/api/blob/stream/index.md +++ b/files/ja/web/api/blob/stream/index.md @@ -1,13 +1,14 @@ --- -title: Blob.stream() +title: "Blob: stream() メソッド" +short-title: stream() slug: Web/API/Blob/stream l10n: - sourceCommit: 9ad07c43f42e14278a4040fd554af33699aea632 + sourceCommit: 0a881eea07f0cec6ca4ed85a24af43b367a9f80d --- -{{APIRef("File API")}} +{{APIRef("File API")}}{{AvailableInWorkers}} -{{domxref("Blob")}} インターフェイスの **`stream()`** メソッドは、{{domxref("ReadableStream")}} を返します。これは、読み取り時に、`Blob` に含まれるデータを返します。 +**`stream()`** は {{domxref("Blob")}} インターフェイスのメソッドで、{{domxref("ReadableStream")}} を返します。これは、読み取り時に、`Blob` に含まれるデータを返します。 ## 構文 diff --git a/files/ja/web/api/blob/text/index.md b/files/ja/web/api/blob/text/index.md index c5f794b579f264..5706a151c99b71 100644 --- a/files/ja/web/api/blob/text/index.md +++ b/files/ja/web/api/blob/text/index.md @@ -1,11 +1,12 @@ --- -title: Blob.text() +title: "Blob: text() メソッド" +short-title: text() slug: Web/API/Blob/text l10n: sourceCommit: 9ad07c43f42e14278a4040fd554af33699aea632 --- -{{APIRef("File API")}} +{{APIRef("File API")}}{{AvailableInWorkers}} **`text()`** は {{domxref("Blob")}} インターフェイスのメソッドで、 {{jsxref("Promise")}} を返しますが、それは Blob の内容を含む文字列で解決され、 UTF-8 として解釈されます。