Session ready
Checks the status of the channel to ensure that it is in a state a Javascript application can work with.
Synopsis
ready()
Example
while(session.ready()) {
// do fun stuff here
}
Checks the status of the channel to ensure that it is in a state a Javascript application can work with.
ready()
Example
while(session.ready()) {
// do fun stuff here
}