Skip to content

Commit ca25036

Browse files
committed
8267858: Document that title property in WebEngine gets updated asynchronously
Reviewed-by: kcr, jvos
1 parent 59cf4de commit ca25036

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,11 @@ private void updateLocation(String value) {
446446

447447
/**
448448
* Title of the current Web page. If the current page has no title,
449-
* the value is {@code null}.
449+
* the value is {@code null}. This property will be updated
450+
* asynchronously some time after the page is loaded. Applications
451+
* should not rely on any particular timing, but should listen for
452+
* changes to this property, or bind to it, to know when it has
453+
* been updated.
450454
*
451455
* @return the title property
452456
*/

0 commit comments

Comments
 (0)