aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/formdataentryvalue/index.html
blob: c190ceab958129f6e66dd694f2f9cc8ac656de79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
title: FormDataEntryValue
slug: Web/API/FormDataEntryValue
tags:
  - FormDataEntryValue
translation_of: Web/API/FormDataEntryValue
---
<div>{{APIRef("XMLHttpRequest")}}</div>

<p><code>string</code> で、一連の <code>{{domxref("FormData")}}</code> のキーと値の組のうちの一つの値を表します。</p>

<p>この型は <code>{{domxref("FormData.get()")}}</code> および <code>{{domxref("FormData.getAll()")}}</code> メソッドが返します。 <code>{{domxref("FormData.get()")}}</code> メソッドが単一の値を返すのに対して、 <code>{{domxref("FormData.getAll()")}}</code><code>FormDataEntryValue</code> の配列を返します。</p>