The nativeSendMessage function calls should be highlighted.
Context
The nativeSendMessage function sends messages but has a more complicated API that requires processing arguments into a Cell, which is error-prone. Therefore, it is preferred to use the send function instead.
The
nativeSendMessage
function calls should be highlighted.Context
The
nativeSendMessage
function sends messages but has a more complicated API that requires processing arguments into aCell
, which is error-prone. Therefore, it is preferred to use thesend
function instead.