Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/API/Blob/stream 他1件を更新 #23640

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions files/ja/web/api/blob/stream/index.md
Original file line number Diff line number Diff line change
@@ -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` に含まれるデータを返します。

## 構文

Expand Down
5 changes: 3 additions & 2 deletions files/ja/web/api/blob/text/index.md
Original file line number Diff line number Diff line change
@@ -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 として解釈されます。

Expand Down