Skip to content

Commit

Permalink
2024/03/06 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Feb 9, 2025
1 parent 7c05db5 commit 0f6f242
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions files/ja/web/api/formdata/delete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ title: "FormData: delete() メソッド"
short-title: delete()
slug: Web/API/FormData/delete
l10n:
sourceCommit: 0a726c0a04ab286873ad91b5ddee478dd938832d
sourceCommit: 2c641e08878722bf29fb784d58c61873ce4a133a
---

{{APIRef("XMLHttpRequest API")}}
{{APIRef("XMLHttpRequest API")}} {{AvailableInWorkers}}

**`delete()`** は {{domxref("FormData")}} インターフェイスのメソッドで、`FormData` オブジェクトからキーとその値を削除します。

> [!NOTE]
> このメソッドは[ウェブワーカー](/ja/docs/Web/API/Web_Workers_API)で使用できます。
## 構文

```js-nolint
Expand Down

0 comments on commit 0f6f242

Please sign in to comment.