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

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

Issue 23889005: Cleaning up a bunch of DOM generation tables (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« no previous file with comments | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/docs/docs.json
diff --git a/tools/dom/docs/docs.json b/tools/dom/docs/docs.json
index b2df0d0e91daebb798bb5f1de2e7852243b5f618..ba4c2b3279eeb9b1807ef4e448478dd31dd59abc 100644
--- a/tools/dom/docs/docs.json
+++ b/tools/dom/docs/docs.json
@@ -479,6 +479,21 @@
}
}
},
+ "dart.dom.web_audio": {
+ "ScriptProcessorNode": {
+ "members": {
+ "onaudioprocess": [
+ "/**",
+ " * Get a Stream that fires events when AudioProcessingEvents occur.",
+ " * This particular stream is special in that it only allows one listener to a",
+ " * given stream. Converting the returned Stream [asBroadcast] will likely ruin",
+ " * the soft-real-time properties which which these events are fired and can",
+ " * be processed.",
+ " */"
+ ]
+ }
+ }
+ },
"dart.dom.web_sql": {
"Database": {
"members": {
« no previous file with comments | « sdk/lib/web_audio/dartium/web_audio_dartium.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698