Skip to content
Open
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
10 changes: 5 additions & 5 deletions R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@ workerId <- local({
#' `sendCustomMessage` is called on the server.
#' }
#' \item{sendBinaryMessage(type, message)}{
#' Similar to `sendCustomMessage`, but the message must be a raw vector
#' and the registration method on the client is
#' \code{Shiny.addBinaryMessageHandler(type, function(message){...})}. The
#' message argument on the client will be a
#' [DataView](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView).
#' Similar to sendCustomMessage, but the message must be a raw vector.
#' The registration method on the client is the same as for other custom messages:
#' \code{Shiny.addCustomMessageHandler(type, function(message){...})}. The
#' message argument on the client will be an
#' [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer).
#' }
#' \item{sendInputMessage(inputId, message)}{
#' Sends a message to an input on the session's client web page; if the input
Expand Down
10 changes: 5 additions & 5 deletions man/session.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.