blob: 680a79ebe046d88442b8da1317a7b786e6cdc5fd [file] [log] [blame]
// Copyright 2015 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.
// TODO: Add specification URL.
dictionary FormDataOptions {
DOMString idName = "username";
DOMString passwordName = "password";
};