Chromium Code Reviews| Index: Source/core/events/ClipboardEventInit.idl |
| diff --git a/Source/core/events/ClipboardEventInit.idl b/Source/core/events/ClipboardEventInit.idl |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0770651c0a148aa979cfdc4204493eb7b28e2bb6 |
| --- /dev/null |
| +++ b/Source/core/events/ClipboardEventInit.idl |
| @@ -0,0 +1,10 @@ |
| +// 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. |
| + |
| +// http://www.w3.org/TR/2012/WD-clipboard-apis-20120223/#idl-def-ClipboardEventInit |
|
philipj_slow
2015/06/26 22:37:44
Link to https://w3c.github.io/clipboard-apis/#clip
|
| + |
| +dictionary ClipboardEventInit : EventInit { |
| + DOMString data = ""; |
| + DOMString dataType = ""; |
| +}; |