Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/notes/bugfix-23067.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Added page reload note to browser URL docs
5 changes: 5 additions & 0 deletions extensions/widgets/browser/browser.lcb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ The <URL> is the URL of the content be displayed in the browser.
> browser, and will change when navigating to another page. Setting the
> htmlText will result in the <URL> being empty.

>*Note:* Setting the <URL> won't necessarily cause resources to be
> reloaded unless URLs of the resources explicitly change. However,
> you can force the browser widget to reload a page using
> `do "location.reload()" in widget "browser"` after setting the url.

>*Note:* Setting the <URL> to empty will clear the currently loaded
> page, resulting in a blank page being displayed and the <URL> and
> <htmlText> of the widget being empty.
Expand Down