Returns the state property. @return the state property
()
| 70 | * @return the {@code state} property |
| 71 | */ |
| 72 | @JsxGetter |
| 73 | public Object getState() { |
| 74 | final WebWindow w = getWindow().getWebWindow(); |
| 75 | return w.getHistory().getCurrentState(); |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * JavaScript function "back". |
no test coverage detected