blob: e507662757b6e476f9b4cc1950e812850cee77ad [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#formdataevent
[
Constructor(DOMString type, optional FormDataEventInit eventInitDict),
Exposed=Window,
RuntimeEnabled=FormDataEvent
]
interface FormDataEvent : Event {
readonly attribute FormData formData;
};