| 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": {
|
|
|