Skip to content

Commit

Permalink
変換時の不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Aug 22, 2022
1 parent ffefac2 commit 506c9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/blob/stream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ translation_of: Web/API/Blob/stream
---
{{APIRef("File API")}}

{{domxref("Blob")}} インターフェイスの**`stream()`** メソッドは、{{domxref("ReadableStream")}} を返します。これは、読み取り時に、`Blob` に含まれるデータを返します。
{{domxref("Blob")}} インターフェイスの **`stream()`** メソッドは、{{domxref("ReadableStream")}} を返します。これは、読み取り時に、`Blob` に含まれるデータを返します。

## シンタックス

Expand Down

0 comments on commit 506c9c0

Please sign in to comment.