blob: 34834d532cc25eb7e07f60773514fa0e5ba43484 [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),
Exposed=Window
] interface ClipboardEvent : Event {
readonly attribute DataTransfer? clipboardData;
};