Esempio n. 1
0
 /**
  * One of the three states the reader can be in EMPTY, LOADING or DONE.
  *
  * @return
  */
 public int getReadyState() {
   return JsoHelper.getAttributeAsInt(jsObj, "readyState");
 }