| Index: client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
|
| index cef71725bcd6eff195f54d288f147d4a06ee1bce..4ba6721a12421d1ac69265d2c23d3958b7cf87ed 100644
|
| --- a/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_ClipboardWrappingImplementation.dart
|
| @@ -29,6 +29,9 @@ class _ClipboardWrappingImplementation extends DOMWrapperBase implements Clipboa
|
| DataTransferItemList get items() { return _get__Clipboard_items(this); }
|
| static DataTransferItemList _get__Clipboard_items(var _this) native;
|
|
|
| + List get types() { return _get__Clipboard_types(this); }
|
| + static List _get__Clipboard_types(var _this) native;
|
| +
|
| void clearData([String type = null]) {
|
| if (type === null) {
|
| _clearData(this);
|
|
|