public static interface Document.ReadyState
#readyState
.Modifier and Type | Field and Description |
---|---|
static String |
COMPLETE
Indicates the document and all subresources have been loaded.
|
static String |
INTERACTIVE
Indicates the document is finished parsing but is still loading
subresources.
|
static String |
LOADING
Indicates the document is still loading and parsing.
|
static final String LOADING
static final String INTERACTIVE
static final String COMPLETE
Copyright © 2018. All rights reserved.