Skip to content

Commit

Permalink
2024/07/24 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 22, 2024
1 parent 2c6e4e2 commit 81b286c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/ja/web/api/response/clone/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Response: clone() メソッド"
short-title: clone()
slug: Web/API/Response/clone
l10n:
sourceCommit: 381c51574a3e6a07ee09c63493452440f046038d
sourceCommit: 58ad1df59f2ffb9ecab4e27fe1bdf1eb5a55f89b
---

{{APIRef("Fetch API")}}
Expand Down Expand Up @@ -35,7 +35,7 @@ clone()
##

[Fetch Response clone の例](https://github.com/mdn/dom-examples/blob/main/fetch/fetch-response-clone/index.html)[Fetch Response clone のライブ版](https://mdn.github.io/dom-examples/fetch/fetch-response-clone/) を参照)では、 {{domxref("Request.Request","Request()")}} コンストラクターで新しい {{domxref("Request")}} オブジェクトを作成し、 JPG のパスを渡します。
そして {{domxref("fetch()")}} を使用してこのリクエストを読み込みます。
そして {{domxref("Window/fetch", "fetch()")}} を使用してこのリクエストを読み込みます。
フェッチが正常に解決されると、それを複製し、2 つの {{domxref("Response.blob")}} 呼び出しを使用して両方のレスポンスから blob を抽出し、{{domxref("URL.createObjectURL_static", "URL.createObjectURL()")}} を使用して blob からオブジェクト URL を作成し、それらを 2 つの別々の {{htmlelement("img")}} 要素で表示します。

```js
Expand Down

0 comments on commit 81b286c

Please sign in to comment.