Index: tools/dom/docs/docs.json |
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json |
index a8c16aa29366a7fc115e2c05033feeb9f069f5b1..3db0146575db2bada7d5f06930491a75f2ca54db 100644 |
--- a/tools/dom/docs/docs.json |
+++ b/tools/dom/docs/docs.json |
@@ -92,6 +92,27 @@ |
] |
} |
}, |
+ "Clipboard": { |
+ "members": { |
+ "getData": [ |
+ "/**", |
+ " * Gets the data for the specified type.", |
+ " *", |
+ " * The data is only available from within a drop operation (such as an", |
+ " * onDrop event) and will return `null` before then.", |
+ " *", |
+ " * Data transfer is also prohibited across domains. If a drag originates", |
+ " * from content from another domain or protocol (HTTP vs HTTPS) then the", |
+ " * data cannot be accessed.", |
+ " *", |
+ " * The [type] can have values such as:", |
+ " *", |
+ " * * `'Text'`", |
+ " * * `'URL'`", |
+ " */" |
+ ] |
+ } |
+ }, |
"Document": { |
"members": { |
"body": [ |