Skip to content

Commit

Permalink
Update interfaces/html.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip committed Nov 18, 2019
1 parent 36362f1 commit d46ffb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interfaces/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -1166,9 +1166,10 @@ dictionary SubmitEventInit : EventInit {
HTMLElement? submitter = null;
};

[Exposed=Window,
Constructor(DOMString type, optional FormDataEventInit eventInitDict = {})]
[Exposed=Window]
interface FormDataEvent : Event {
constructor(DOMString type, FormDataEventInit eventInitDict);

readonly attribute FormData formData;
};

Expand Down

0 comments on commit d46ffb9

Please sign in to comment.