Client and Developer InterfacesJavaScriptSessionSession readyOn this pageSession readyChecks 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 Contents1 Synopsis2 ExampleSynopsisready() ## Examplewhile(session.ready()) { // do fun stuff here}