blob: 97b2bfb845c567c5178e03f796bf0b1451281630 [file] [log] [blame]
// Copyright 2021 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://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/EyeDropper/explainer.md
[Exposed=Window, RuntimeEnabled=EyeDropperAPI]
interface ColorSelectEvent : PointerEvent {
constructor(DOMString type, optional ColorSelectEventInit eventInitDict = {});
readonly attribute DOMString value;
};