Client and Developer InterfacesJavaScriptSessionSession readyOn this pageSession ready Checks the status of the channel to ensure that it is in a state a Javascript application can work with. Click here to expand Table of Contents 1 Synopsis 2 Example Synopsis ready() Example while(session.ready()) { // do fun stuff here}