We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316be5 commit 619686bCopy full SHA for 619686b
README.md
@@ -289,7 +289,8 @@ You can make multiple requests at once by using the space-separated syntax.
289
myChannel.request('commandOne commandTwo');
290
```
291
292
-When using the space-separated syntax, the responses will be returned to you as an array.
+When using the space-separated syntax, the responses will be returned to you as an object, where
293
+the keys are the name of the request, and the values are the replies.
294
295
#### `reply( requestName, callback [, context] )`
296
0 commit comments