blob: 157705b15e404f9584b3176f718717057d4a9d97 [file] [log] [blame]
// Copyright 2014 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://w3c.github.io/clipboard-apis/#clipboard-event-interfaces
[
Constructor(DOMString type, optional ClipboardEventInit eventInitDict)
] interface ClipboardEvent : Event {
readonly attribute DataTransfer? clipboardData;
};