We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cf4de commit ca25036Copy full SHA for ca25036
modules/javafx.web/src/main/java/javafx/scene/web/WebEngine.java
@@ -446,7 +446,11 @@ private void updateLocation(String value) {
446
447
/**
448
* Title of the current Web page. If the current page has no title,
449
- * the value is {@code null}.
+ * 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.
454
*
455
* @return the title property
456
*/
0 commit comments