Namespace User#now
Synchronized with the connected user's local now
namespace; function calls with respect to this namespace will
only be executed for the current user.
Defined in: user.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Namespace Detail
User#now
everyone.now.prop = 42;
everyone.now.func = function () { console.log('hello!'); };