Skip to content

Commit

Permalink
Readme: document Namespace#connected
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Dec 24, 2012
1 parent f605b36 commit c54011b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ io.on('connection', function(){ // … });
The namespace identifier property.
### Namespace#connected:Object<Socket>
Hash of `Socket` objects that are connected to this namespace indexed
by `id`.
### Socket
A `Socket` is the fundamental class for interacting with browser
Expand Down

0 comments on commit c54011b

Please sign in to comment.