Skip to content
Open
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
3 changes: 2 additions & 1 deletion R/bookmark-state.R
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ restoreInput <- function(id, default) {
#' When `mode = "push"`, the function called is
#' `window.history.pushState(null, null, queryString)`.
#'
#' @param queryString The new query string to show in the location bar.
#' @param queryString The new query string to show in the location bar. "?" for
#' empty query arguments, "/" to reset to a clean URL.
#' @param mode When the query string is updated, should the the current history
#' entry be replaced (default), or should a new history entry be pushed onto
#' the history stack? The former should only be used in a live bookmarking
Expand Down