Skip to content

Commit

Permalink
sourceCommit を更新 (#21154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jun 5, 2024
1 parent 245892c commit 180c423
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion files/ja/web/api/htmlinputelement/disabled/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "HTMLInputElement: disabled プロパティ"
short-title: disabled
slug: Web/API/HTMLInputElement/disabled
l10n:
sourceCommit: a36633398f827c87eb593f9647ed00bf33fd5b34
sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc
---

{{ APIRef("HTML DOM") }}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/htmltimeelement/datetime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "HTMLTimeElement: dateTime プロパティ"
short-title: dateTime
slug: Web/API/HTMLTimeElement/dateTime
l10n:
sourceCommit: 942a529383ee7ee3996fb234187641c08935f3ff
sourceCommit: 595cba0e07c70eda7f08a12890e00ea0281933d3
---

{{ APIRef("HTML DOM") }}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/mediaquerylist/addlistener/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "MediaQueryList: addListener() メソッド"
short-title: addListener()
slug: Web/API/MediaQueryList/addListener
l10n:
sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc
sourceCommit: c51e0599ea09c0e6d035c635db9f48ad1f241490
---

{{APIRef("CSSOM")}}{{Deprecated_Header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/mediaquerylist/removelistener/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "MediaQueryList: removeListener() メソッド"
short-title: removeListener()
slug: Web/API/MediaQueryList/removeListener
l10n:
sourceCommit: acfe8c9f1f4145f77653a2bc64a9744b001358dc
sourceCommit: c51e0599ea09c0e6d035c635db9f48ad1f241490
---

{{APIRef("CSSOM")}}{{Deprecated_Header}}
Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/mediastream/gettracks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "MediaStream: getTracks() メソッド"
short-title: getTracks()
slug: Web/API/MediaStream/getTracks
l10n:
sourceCommit: ac67e6f05d337e52e39f02a978b8c00bc43d583b
sourceCommit: 84f8672adab0fdb783d02676c42a2b7ae16b3606
---

{{APIRef("Media Capture and Streams")}}
Expand Down
4 changes: 2 additions & 2 deletions files/ja/web/api/navigator/sendbeacon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Navigator: sendBeacon() メソッド"
short-title: sendBeacon()
slug: Web/API/Navigator/sendBeacon
l10n:
sourceCommit: 904cdf09c7e328b7a15a6a4db6bc6bd31f969cce
sourceCommit: 497bd67ca89834d869f008319cd2b9d941451622
---

{{APIRef("HTML DOM")}}
Expand All @@ -12,7 +12,7 @@ l10n:

これはウェブサーバーに分析データを送信するために使用することを意図しており、 {{domxref("XMLHttpRequest", "XMLHttpRequest")}} を使用するような、分析を送信するための古い技術の問題のいくつかを避けています。

> **メモ:** `POST` 以外のメソッドでリクエストを送信したり、リクエストプロパティを変更したり、サーバのレスポンスにアクセスしたりする必要がある用途では[`fetch()`](/ja/docs/Web/API/fetch) メソッドに [`keepalive`](/ja/docs/Web/API/fetch#keepalive) を設定したものを使用してください。
> **メモ:** `POST` 以外のメソッドでリクエストを送信したり、リクエストプロパティを変更したり、サーバーのレスポンスにアクセスしたりする必要がある用途では[`fetch()`](/ja/docs/Web/API/fetch) メソッドに [`keepalive`](/ja/docs/Web/API/fetch#keepalive) を設定したものを使用してください。
## 構文

Expand Down

0 comments on commit 180c423

Please sign in to comment.