Skip to content

Commit

Permalink
Clone form data after dispatching the formdata event
Browse files Browse the repository at this point in the history
  • Loading branch information
tkent-google authored and annevk committed Jan 11, 2019
1 parent 89e7b27 commit 04d7764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -56368,7 +56368,7 @@ fur

<li><p>Set <var>form</var>'s <span>constructing entry list</span> to false.</p></li>

<li><p>Return <var>entry list</var>.</p></li>
<li><p>Return a <span data-x="list clone">clone</span> of <var>entry list</var>.</p></li>
</ol>

<p>To <dfn>append an entry</dfn> to <var>entry list</var>, given <var>name</var>,
Expand Down Expand Up @@ -56568,7 +56568,7 @@ fur
<h5>The <code>FormDataEvent</code> interface</h5>

<pre><code class="idl" data-x="">[Exposed=Window,
Constructor(DOMString type, optional FormDataEventInit eventInitDict)]
Constructor(DOMString type, optional <span>FormDataEventInit</span> eventInitDict)]
interface <dfn>FormDataEvent</dfn> : <span>Event</span> {
readonly attribute <span>FormData</span> <span data-x="dom-FormDataEvent-formData">formData</span>;
};
Expand Down

0 comments on commit 04d7764

Please sign in to comment.