Package apple.webkit.enums
Class WKUserScriptInjectionTime
- java.lang.Object
-
- apple.webkit.enums.WKUserScriptInjectionTime
-
public final class WKUserScriptInjectionTime extends java.lang.Object[@enum] WKUserScriptInjectionTime when a user script should be injected into a webpage. [@constant] WKUserScriptInjectionTimeAtDocumentStart Inject the script after the document element has been created, but before any other content has been loaded. [@constant] WKUserScriptInjectionTimeAtDocumentEnd Inject the script after the document has finished loading, but before any subresources may have finished loading.
-
-
Field Detail
-
Start
public static final long Start
- See Also:
- Constant Field Values
-
End
public static final long End
- See Also:
- Constant Field Values
-
-