Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: tools/dom/docs/docs.json

Issue 12092114: Documenting misleading DataTransfer API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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": [
« sdk/lib/html/dart2js/html_dart2js.dart ('K') | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698