blob: c918fba298d775a1417156fcfe87161917d4bc9b [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://docs.google.com/document/d/1JO8puctCSpW-ZYGU8lF-h4FWRIDQNDVexzHoOQ2iQmY/edit?pli=1#heading=h.pjt9nhs3gu3k
[
Exposed=Window,
RuntimeEnabled=ElementInternals
]
interface ElementInternals {
// Attributes and operations for form-associated custom elements.
[RaisesException] void setFormValue(FormDataEntryValue value, optional FormData entrySource);
[RaisesException] readonly attribute HTMLFormElement? form;
};