Extern for connected()
This commit is contained in:
@@ -76,6 +76,14 @@ function Cosmopolite(
|
|||||||
Cosmopolite.prototype.shutdown = function() {};
|
Cosmopolite.prototype.shutdown = function() {};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see https://www.cosmopolite.org/reference#connected
|
||||||
|
* @return {boolean}
|
||||||
|
* @nosideeffects
|
||||||
|
*/
|
||||||
|
Cosmopolite.prototype.connected = function() {};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see https://www.cosmopolite.org/reference#getProfile
|
* @see https://www.cosmopolite.org/reference#getProfile
|
||||||
* @return {Promise}
|
* @return {Promise}
|
||||||
|
|||||||
Reference in New Issue
Block a user