2025-11-06 17:00:49 +00:00
<!DOCTYPE html> < html class = "default" lang = "en" data-base = "../" > < head > < meta charset = "utf-8" / > < meta http-equiv = "x-ua-compatible" content = "IE=edge" / > < title > ReliableChannel | Documentation< / title > < meta name = "description" content = "Documentation for Documentation" / > < meta name = "viewport" content = "width=device-width, initial-scale=1" / > < link rel = "stylesheet" href = "../assets/style.css" / > < link rel = "stylesheet" href = "../assets/highlight.css" / > < script defer src = "../assets/main.js" > < / script > < script async src = "../assets/icons.js" id = "tsd-icons-script" > < / script > < script async src = "../assets/search.js" id = "tsd-search-script" > < / script > < script async src = "../assets/navigation.js" id = "tsd-nav-script" > < / script > < script async src = "../assets/hierarchy.js" id = "tsd-hierarchy-script" > < / script > < / head > < body > < script > document . documentElement . dataset . theme = localStorage . getItem ( "tsd-theme" ) || "os" ; document . body . style . display = "none" ; setTimeout ( ( ) => window . app ? app . showPage ( ) : document . body . style . removeProperty ( "display" ) , 500 ) < / script > < header class = "tsd-page-toolbar" > < div class = "tsd-toolbar-contents container" > < a href = "../index.html" class = "title" > Documentation< / a > < div id = "tsd-toolbar-links" > < / div > < button id = "tsd-search-trigger" class = "tsd-widget" aria-label = "Search" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-search" > < / use > < / svg > < / button > < dialog id = "tsd-search" aria-label = "Search" > < input role = "combobox" id = "tsd-search-input" aria-controls = "tsd-search-results" aria-autocomplete = "list" aria-expanded = "true" autocapitalize = "off" autocomplete = "off" placeholder = "Search the docs" maxLength = "100" / > < ul role = "listbox" id = "tsd-search-results" > < / ul > < div id = "tsd-search-status" aria-live = "polite" aria-atomic = "true" > < div > Preparing search index...< / div > < / div > < / dialog > < a href = "#" class = "tsd-widget menu" id = "tsd-toolbar-menu-trigger" data-toggle = "menu" aria-label = "Menu" > < svg width = "16" height = "16" viewBox = "0 0 16 16" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-menu" > < / use > < / svg > < / a > < / div > < / header > < div class = "container container-main" > < div class = "col-content" > < div class = "tsd-page-title" > < ul class = "tsd-breadcrumb" aria-label = "Breadcrumb" > < li > < a href = "../modules/_waku_react.html" > @waku/react< / a > < / li > < li > < a href = "" aria-current = "page" > ReliableChannel< / a > < / li > < / ul > < h1 > Class ReliableChannel< T> < / h1 > < / div > < section class = "tsd-panel tsd-comment" > < div class = "tsd-comment tsd-typography" > < p > An easy-to-use reliable channel that ensures all participants to the channel have eventual message consistency.< / p >
< p > Use events to track:< / p >
< ul >
< li > if your outgoing messages are sent, acknowledged or error out< / li >
< li > for new incoming messages< / li >
< / ul >
< / div > < div class = "tsd-comment tsd-typography" > < div class = "tsd-tag-emits" > < h4 class = "tsd-anchor-link" id = "emits" > Emits< a href = "#emits" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h4 > < p > [[ReliableChannelEvents]]< / p >
2025-11-21 15:05:42 +00:00
< / div > < / div > < / section > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span id = "t" > < span class = "tsd-kind-type-parameter" > T< / span > < span class = "tsd-signature-keyword" > extends< / span > < a href = "../interfaces/_waku_react.IDecodedMessage.html" class = "tsd-signature-type tsd-kind-interface" > IDecodedMessage< / a > < / span > < / li > < / ul > < / section > < section class = "tsd-panel tsd-hierarchy" data-refl = "10128" > < h4 > Hierarchy< / h4 > < ul class = "tsd-hierarchy" > < li class = "tsd-hierarchy-item" > < span class = "tsd-signature-type" > TypedEventEmitter< / span > < span class = "tsd-signature-symbol" > < < / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > > < / span > < ul class = "tsd-hierarchy" > < li class = "tsd-hierarchy-item" > < span class = "tsd-hierarchy-target" > ReliableChannel< / span > < / li > < / ul > < / li > < / ul > < / section > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:87< / li > < / ul > < / aside > < section class = "tsd-panel-group tsd-index-group" > < section class = "tsd-panel tsd-index-panel" > < details class = "tsd-index-content tsd-accordion" open > < summary class = "tsd-accordion-summary tsd-index-summary" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h5 class = "tsd-index-heading uppercase" > Index< / h5 > < / summary > < div class = "tsd-accordion-details" > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Properties< / h3 > < div class = "tsd-index-list" > < a href = "#messagechannel" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Property" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > message< wbr / > Channel< / span > < / a >
2025-11-06 17:00:49 +00:00
< a href = "#node" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Property" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > node< / span > < / a >
2025-11-15 22:00:20 +00:00
< a href = "#syncstatus" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Property" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > sync< wbr / > Status< / span > < / a >
2025-11-06 17:00:49 +00:00
< / div > < / section > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Accessors< / h3 > < div class = "tsd-index-list" > < a href = "#isstarted" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Accessor" > < use href = "../assets/icons.svg#icon-262144" > < / use > < / svg > < span > is< wbr / > Started< / span > < / a >
< / div > < / section > < section class = "tsd-index-section" > < h3 class = "tsd-index-heading" > Methods< / h3 > < div class = "tsd-index-list" > < a href = "#addeventlistener" class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > add< wbr / > Event< wbr / > Listener< / span > < / a >
< a href = "#dispatchevent" class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > dispatch< wbr / > Event< / span > < / a >
< a href = "#listenercount" class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > listener< wbr / > Count< / span > < / a >
< a href = "#removeeventlistener" class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > remove< wbr / > Event< wbr / > Listener< / span > < / a >
< a href = "#safedispatchevent" class = "tsd-index-link tsd-is-inherited tsd-is-external" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > safe< wbr / > Dispatch< wbr / > Event< / span > < / a >
< a href = "#send" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > send< / span > < / a >
< a href = "#start" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > start< / span > < / a >
< a href = "#stop" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > stop< / span > < / a >
< a href = "#create" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > create< / span > < / a >
< a href = "#getmessageid" class = "tsd-index-link" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Method" > < use href = "../assets/icons.svg#icon-2048" > < / use > < / svg > < span > get< wbr / > Message< wbr / > Id< / span > < / a >
2025-11-21 15:05:42 +00:00
< / div > < / section > < / div > < / details > < / section > < / section > < details class = "tsd-panel-group tsd-member-group tsd-accordion" open > < summary class = "tsd-accordion-summary" data-key = "section-Properties" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h2 > Properties< / h2 > < / summary > < section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "messagechannel" > < span > message< wbr / > Channel< / span > < a href = "#messagechannel" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div class = "tsd-signature" > < span class = "tsd-kind-property" > messageChannel< / span > < span class = "tsd-signature-symbol" > :< / span > < a href = "_waku_sds.MessageChannel.html" class = "tsd-signature-type tsd-kind-class" > MessageChannel< / a > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:89< / li > < / ul > < / aside > < / section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "node" > < span > node< / span > < a href = "#node" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div class = "tsd-signature" > < span class = "tsd-kind-property" > node< / span > < span class = "tsd-signature-symbol" > :< / span > < a href = "../interfaces/_waku_react.IWaku.html" class = "tsd-signature-type tsd-kind-interface" > IWaku< / a > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:88< / li > < / ul > < / aside > < / section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "syncstatus" > < code class = "tsd-tag" > Readonly< / code > < span > sync< wbr / > Status< / span > < a href = "#syncstatus" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < div class = "tsd-signature" > < span class = "tsd-kind-property" > syncStatus< / span > < span class = "tsd-signature-symbol" > :< / span > < a href = "../interfaces/_waku_react.ISyncStatusEvents.html" class = "tsd-signature-type tsd-kind-interface" > ISyncStatusEvents< / a > < / div > < div class = "tsd-comment tsd-typography" > < p > Emit events when the channel is aware of missing message.
2025-11-15 22:00:20 +00:00
Note that " synced" may mean some messages are irretrievably lost.
Check the emitted data for details.< / p >
< / div > < div class = "tsd-comment tsd-typography" > < div class = "tsd-tag-emits" > < h4 class = "tsd-anchor-link" id = "emits-1" > Emits< a href = "#emits-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h4 > < p > [[StatusEvents]]< / p >
2025-11-21 15:05:42 +00:00
< / div > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:118< / li > < / ul > < / aside > < / section > < / section > < / details > < details class = "tsd-panel-group tsd-member-group tsd-accordion" open > < summary class = "tsd-accordion-summary" data-key = "section-Accessors" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h2 > Accessors< / h2 > < / summary > < section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "isstarted" > < span > is< wbr / > Started< / span > < a href = "#isstarted" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li > < div class = "tsd-signature" id = "isstartedisstarted" > < span class = "tsd-signature-keyword" > get< / span > < span class = "tsd-kind-get-signature" > isStarted< / span > < span class = "tsd-signature-symbol" > ()< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < / div > < div class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:120< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < / section > < / details > < details class = "tsd-panel-group tsd-member-group tsd-accordion" open > < summary class = "tsd-accordion-summary" data-key = "section-Methods" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h2 > Methods< / h2 > < / summary > < section > < section class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3 class = "tsd-anchor-link" id = "addeventlistener" > < span > add< wbr / > Event< wbr / > Listener< / span > < a href = "#addeventlistener" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited tsd-is-external" > < li class = "tsd-is-inherited tsd-is-external" > < div class = "tsd-signature tsd-anchor-link" id = "addeventlistener-1" > < span class = "tsd-kind-call-signature" > addEventListener< / span > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#addeventlistenerk" > K< / a > < span class = "tsd-signature-keyword" > extends< / span > < span class = "tsd-signature-keyword" > keyof< / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > (< / span > < br / > < span class = "tsd-kind-parameter" > type< / span > < span class = "tsd-signature-symbol" > :< / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#addeventlistenerk" > K< / a > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-kind-parameter" > listener< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > null< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > EventHandler< / span > < span class = "tsd-signature-symbol" > < < / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > [< / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#addeventlistenerk" > K< / a > < span class = "tsd-signature-symbol" > ]< / span > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-kind-parameter" > options< / span > < span class = "tsd-signature-symbol" > ?:< / span > < span class = "tsd-signature-type" > boolean< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > AddEventListenerOptions< / span > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > void< / span > < a href = "#addeventl
2025-11-06 17:00:49 +00:00
< p > The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options's capture.< / p >
< p > When set to true, options's capture prevents callback from being invoked when the event's eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event's eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event's eventPhase attribute value is AT_TARGET.< / p >
< p > When set to true, options's passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.< / p >
< p > When set to true, options's once indicates that the callback will only be invoked once after which the event listener will be removed.< / p >
< p > If an AbortSignal is passed for options's signal, then the event listener will be removed when signal is aborted.< / p >
< p > The event listener is appended to target's event listener list and is not appended if it has the same type, callback, and capture.< / p >
< p > < a href = "https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener" > MDN Reference< / a > < / p >
< / div > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span id = "addeventlistenerk" > < span class = "tsd-kind-type-parameter" > K< / span > < span class = "tsd-signature-keyword" > extends< / span > < span class = "tsd-signature-keyword" > keyof< / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < / span > < / li > < / ul > < / section > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > type< / span > : < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#addeventlistenerk" > K< / a > < / span > < / li > < li > < span > < span class = "tsd-kind-parameter" > listener< / span > : < span class = "tsd-signature-type" > null< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > EventHandler< / span > < span class = "tsd-signature-symbol" > < < / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > [< / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#addeventlistenerk" > K< / a > < span class = "tsd-signature-symbol" > ]< / span > < span class = "tsd-signature-symbol" > > < / span > < / span > < / li > < li > < span > < code class = "tsd-tag" > Optional< / code > < span class = "tsd-kind-parameter" > options< / span > : < span class = "tsd-signature-type" > boolean< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > AddEventListenerOptions< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > void< / span > < / h4 > < div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Inherited from TypedEventEmitter.addEventListener< / p > < ul > < li > Defined in node_modules/main-event/dist/src/index.d.ts:89< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3 class = "tsd-anchor-link" id = "dispatchevent" > < span > dispatch< wbr / > Event< / span > < a href = "#dispatchevent" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited tsd-is-external" > < li class = "tsd-is-inherited tsd-is-external" > < div class = "tsd-signature tsd-anchor-link" id = "dispatchevent-1" > < span class = "tsd-kind-call-signature" > dispatchEvent< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > event< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > Event< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < a href = "#dispatchevent-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / div > < div class = "tsd-description" > < div class = "tsd-comment tsd-typography" > < p > Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.< / p >
< p > < a href = "https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent" > MDN Reference< / a > < / p >
< / div > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > event< / span > : < span class = "tsd-signature-type" > Event< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > boolean< / span > < / h4 > < div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Inherited from TypedEventEmitter.dispatchEvent< / p > < ul > < li > Defined in node_modules/main-event/dist/src/index.d.ts:91< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3 class = "tsd-anchor-link" id = "listenercount" > < span > listener< wbr / > Count< / span > < a href = "#listenercount" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited tsd-is-external" > < li class = "tsd-is-inherited tsd-is-external" > < div class = "tsd-signature tsd-anchor-link" id = "listenercount-1" > < span class = "tsd-kind-call-signature" > listenerCount< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > type< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > string< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > number< / span > < a href = "#listenercount-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / div > < div class = "tsd-description" > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > type< / span > : < span class = "tsd-signature-type" > string< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > number< / span > < / h4 > < aside class = "tsd-sources" > < p > Inherited from TypedEventEmitter.listenerCount< / p > < ul > < li > Defined in node_modules/main-event/dist/src/index.d.ts:88< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3 class = "tsd-anchor-link" id = "removeeventlistener" > < span > remove< wbr / > Event< wbr / > Listener< / span > < a href = "#removeeventlistener" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited tsd-is-external" > < li class = "tsd-is-inherited tsd-is-external" > < div class = "tsd-signature tsd-anchor-link" id = "removeeventlistener-1" > < span class = "tsd-kind-call-signature" > removeEventListener< / span > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#removeeventlistenerk" > K< / a > < span class = "tsd-signature-keyword" > extends< / span > < span class = "tsd-signature-keyword" > keyof< / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > (< / span > < br / > < span class = "tsd-kind-parameter" > type< / span > < span class = "tsd-signature-symbol" > :< / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#removeeventlistenerk" > K< / a > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-kind-parameter" > listener< / span > < span class = "tsd-signature-symbol" > ?:< / span > < span class = "tsd-signature-type" > null< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > EventHandler< / span > < span class = "tsd-signature-symbol" > < < / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > [< / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#removeeventlistenerk" > K< / a > < span class = "tsd-signature-symbol" > ]< / span > < span class = "tsd-signature-symbol" > > < / span > < span clas
< p > < a href = "https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener" > MDN Reference< / a > < / p >
< / div > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span id = "removeeventlistenerk" > < span class = "tsd-kind-type-parameter" > K< / span > < span class = "tsd-signature-keyword" > extends< / span > < span class = "tsd-signature-keyword" > keyof< / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < / span > < / li > < / ul > < / section > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > type< / span > : < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#removeeventlistenerk" > K< / a > < / span > < / li > < li > < span > < code class = "tsd-tag" > Optional< / code > < span class = "tsd-kind-parameter" > listener< / span > : < span class = "tsd-signature-type" > null< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > EventHandler< / span > < span class = "tsd-signature-symbol" > < < / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > [< / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#removeeventlistenerk" > K< / a > < span class = "tsd-signature-symbol" > ]< / span > < span class = "tsd-signature-symbol" > > < / span > < / span > < / li > < li > < span > < code class = "tsd-tag" > Optional< / code > < span class = "tsd-kind-parameter" > options< / span > : < span class = "tsd-signature-type" > boolean< / span > < span class = "tsd-signature-symbol" > |< / span > < span class = "tsd-signature-type" > EventListenerOptions< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > void< / span > < / h4 > < div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < p > Inherited from TypedEventEmitter.removeEventListener< / p > < ul > < li > Defined in node_modules/main-event/dist/src/index.d.ts:90< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member tsd-is-inherited tsd-is-external" > < h3 class = "tsd-anchor-link" id = "safedispatchevent" > < span > safe< wbr / > Dispatch< wbr / > Event< / span > < a href = "#safedispatchevent" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures tsd-is-inherited tsd-is-external" > < li class = "tsd-is-inherited tsd-is-external" > < div class = "tsd-signature tsd-anchor-link" id = "safedispatchevent-1" > < span class = "tsd-kind-call-signature" > safeDispatchEvent< / span > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#safedispatcheventdetail" > Detail< / a > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > (< / span > < br / > < span class = "tsd-kind-parameter" > type< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-keyword" > keyof< / span > < a href = "../interfaces/_waku_react.ReliableChannelEvents.html" class = "tsd-signature-type tsd-kind-interface" > ReliableChannelEvents< / a > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-kind-parameter" > detail< / span > < span class = "tsd-signature-symbol" > ?:< / span > < span class = "tsd-signature-type" > CustomEventInit< / span > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#safedispatcheventdetail" > Detail< / a > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > boolean< / span > < a href = "#safedispatchevent-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / div > < div class = "tsd-description" > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span id = "safedispatcheventdetail" > < span class = "tsd-kind-type-parameter" > Detail< / span > < / span > < / li > < / ul > < / section > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-
by other participants.< / p >
< / div > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > messagePayload< / span > : < span class = "tsd-signature-type" > Uint8Array< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > string< / span > < / h4 > < p > the message id< / p >
2025-11-21 15:05:42 +00:00
< div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:155< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "start" > < span > start< / span > < a href = "#start" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "" > < div class = "tsd-signature tsd-anchor-link" id = "start-1" > < span class = "tsd-kind-call-signature" > start< / span > < span class = "tsd-signature-symbol" > ()< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > Promise< / span > < span class = "tsd-signature-symbol" > < < / span > < span class = "tsd-signature-type" > boolean< / span > < span class = "tsd-signature-symbol" > > < / span > < a href = "#start-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / div > < div class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > Promise< / span > < span class = "tsd-signature-symbol" > < < / span > < span class = "tsd-signature-type" > boolean< / span > < span class = "tsd-signature-symbol" > > < / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:168< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "stop" > < span > stop< / span > < a href = "#stop" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "" > < div class = "tsd-signature tsd-anchor-link" id = "stop-1" > < span class = "tsd-kind-call-signature" > stop< / span > < span class = "tsd-signature-symbol" > ()< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > Promise< / span > < span class = "tsd-signature-symbol" > < < / span > < span class = "tsd-signature-type" > void< / span > < span class = "tsd-signature-symbol" > > < / span > < a href = "#stop-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / div > < div class = "tsd-description" > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > Promise< / span > < span class = "tsd-signature-symbol" > < < / span > < span class = "tsd-signature-type" > void< / span > < span class = "tsd-signature-symbol" > > < / span > < / h4 > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:169< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "create" > < code class = "tsd-tag" > Static< / code > < span > create< / span > < a href = "#create" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "" > < div class = "tsd-signature tsd-anchor-link" id = "create-1" > < span class = "tsd-kind-call-signature" > create< / span > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#createt" > T< / a > < span class = "tsd-signature-keyword" > extends< / span > < a href = "../interfaces/_waku_react.IDecodedMessage.html" class = "tsd-signature-type tsd-kind-interface" > IDecodedMessage< / a > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > (< / span > < br / > < span class = "tsd-kind-parameter" > node< / span > < span class = "tsd-signature-symbol" > :< / span > < a href = "../interfaces/_waku_react.IWaku.html" class = "tsd-signature-type tsd-kind-interface" > IWaku< / a > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-kind-parameter" > channelId< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > string< / span > < span class = "tsd-signature-symbol" > ,< / span > < br / > < span class = "tsd-kind-parameter" > senderId< / span > < span class = "tsd-signature-
2025-11-06 17:00:49 +00:00
reliability by ensuring that all messages in the channel are received
by other users, and retrieved by this local node.< / p >
< p > emits events about outgoing messages, see [[< code > ReliableChannel< / code > ]] docs.< / p >
< p > Note that all participants in a message channels need to get the messages
from the channel. Meaning:< / p >
< ul >
< li > all participants must be able to decrypt the messages< / li >
< li > all participants must be subscribing to content topic(s) where the messages are sent< / li >
< / ul >
< / div > < section class = "tsd-panel" > < h4 > Type Parameters< / h4 > < ul class = "tsd-type-parameter-list" > < li > < span id = "createt" > < span class = "tsd-kind-type-parameter" > T< / span > < span class = "tsd-signature-keyword" > extends< / span > < a href = "../interfaces/_waku_react.IDecodedMessage.html" class = "tsd-signature-type tsd-kind-interface" > IDecodedMessage< / a > < / span > < / li > < / ul > < / section > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > node< / span > : < a href = "../interfaces/_waku_react.IWaku.html" class = "tsd-signature-type tsd-kind-interface" > IWaku< / a > < / span > < div class = "tsd-comment tsd-typography" > < p > The waku node to use to send and receive messages< / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / li > < li > < span > < span class = "tsd-kind-parameter" > channelId< / span > : < span class = "tsd-signature-type" > string< / span > < / span > < div class = "tsd-comment tsd-typography" > < p > An id for the channel, all participants of the channel should use the same id< / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / li > < li > < span > < span class = "tsd-kind-parameter" > senderId< / span > : < span class = "tsd-signature-type" > string< / span > < / span > < div class = "tsd-comment tsd-typography" > < p > An id for the sender, to ensure acknowledgements are only valid if originating from someone else; best if persisted between sessions< / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / li > < li > < span > < span class = "tsd-kind-parameter" > encoder< / span > : < a href = "../interfaces/_waku_react.IEncoder.html" class = "tsd-signature-type tsd-kind-interface" > IEncoder< / a > < / span > < div class = "tsd-comment tsd-typography" > < p > A channel operates within a singular encryption layer, hence the same encoder is needed for all messages< / p >
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / li > < li > < span > < span class = "tsd-kind-parameter" > decoder< / span > : < a href = "../interfaces/_waku_react.IDecoder.html" class = "tsd-signature-type tsd-kind-interface" > IDecoder< / a > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#createt" > T< / a > < span class = "tsd-signature-symbol" > > < / span > < / span > < div class = "tsd-comment tsd-typography" > < p > A channel operates within a singular encryption layer, hence the same decoder is needed for all messages< / p >
2025-11-21 15:05:42 +00:00
< / div > < div class = "tsd-comment tsd-typography" > < / div > < / li > < li > < span > < code class = "tsd-tag" > Optional< / code > < span class = "tsd-kind-parameter" > options< / span > : < a href = "../types/_waku_react.ReliableChannelOptions.html" class = "tsd-signature-type tsd-kind-type-alias" > ReliableChannelOptions< / a > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > Promise< / span > < span class = "tsd-signature-symbol" > < < / span > < a href = "" class = "tsd-signature-type tsd-kind-class" > ReliableChannel< / a > < span class = "tsd-signature-symbol" > < < / span > < a class = "tsd-signature-type tsd-kind-type-parameter" href = "#createt" > T< / a > < span class = "tsd-signature-symbol" > > < / span > < span class = "tsd-signature-symbol" > > < / span > < / h4 > < div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:147< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < section class = "tsd-panel tsd-member" > < h3 class = "tsd-anchor-link" id = "getmessageid" > < code class = "tsd-tag" > Static< / code > < span > get< wbr / > Message< wbr / > Id< / span > < a href = "#getmessageid" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / h3 > < ul class = "tsd-signatures" > < li class = "" > < div class = "tsd-signature tsd-anchor-link" id = "getmessageid-1" > < span class = "tsd-kind-call-signature" > getMessageId< / span > < span class = "tsd-signature-symbol" > (< / span > < span class = "tsd-kind-parameter" > messagePayload< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > Uint8Array< / span > < span class = "tsd-signature-symbol" > )< / span > < span class = "tsd-signature-symbol" > :< / span > < span class = "tsd-signature-type" > string< / span > < a href = "#getmessageid-1" aria-label = "Permalink" class = "tsd-anchor-icon" > < svg viewBox = "0 0 24 24" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-anchor" > < / use > < / svg > < / a > < / div > < div class = "tsd-description" > < div class = "tsd-comment tsd-typography" > < p > Used to identify messages, pass the payload of a message you are
2025-11-06 17:00:49 +00:00
about to send to track the events for this message.
This is pre-sds wrapping< / p >
2025-11-21 15:05:42 +00:00
< / div > < div class = "tsd-parameters" > < h4 class = "tsd-parameters-title" > Parameters< / h4 > < ul class = "tsd-parameter-list" > < li > < span > < span class = "tsd-kind-parameter" > messagePayload< / span > : < span class = "tsd-signature-type" > Uint8Array< / span > < / span > < / li > < / ul > < / div > < h4 class = "tsd-returns-title" > Returns < span class = "tsd-signature-type" > string< / span > < / h4 > < div class = "tsd-comment tsd-typography" > < / div > < aside class = "tsd-sources" > < ul > < li > Defined in packages/sdk/dist/reliable_channel/reliable_channel.d.ts:127< / li > < / ul > < / aside > < / div > < / li > < / ul > < / section > < / section > < / details > < / div > < div class = "col-sidebar" > < div class = "page-menu" > < div class = "tsd-navigation settings" > < details class = "tsd-accordion" > < summary class = "tsd-accordion-summary" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h3 > Settings< / h3 > < / summary > < div class = "tsd-accordion-details" > < div class = "tsd-filter-visibility" > < span class = "settings-label" > Member Visibility< / span > < ul id = "tsd-filter-options" > < li class = "tsd-filter-item" > < label class = "tsd-filter-input" > < input type = "checkbox" id = "tsd-filter-protected" name = "protected" / > < svg width = "32" height = "32" viewBox = "0 0 32 32" aria-hidden = "true" > < rect class = "tsd-checkbox-background" width = "30" height = "30" x = "1" y = "1" rx = "6" fill = "none" > < / rect > < path class = "tsd-checkbox-checkmark" d = "M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke = "none" stroke-width = "3.5" stroke-linejoin = "round" fill = "none" > < / path > < / svg > < span > Protected< / span > < / label > < / li > < li class = "tsd-filter-item" > < label class = "tsd-filter-input" > < input type = "checkbox" id = "tsd-filter-inherited" name = "inherited" checked / > < svg width = "32" height = "32" viewBox = "0 0 32 32" aria-hidden = "true" > < rect class = "tsd-checkbox-background" width = "30" height = "30" x = "1" y = "1" rx = "6" fill = "none" > < / rect > < path class = "tsd-checkbox-checkmark" d = "M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke = "none" stroke-width = "3.5" stroke-linejoin = "round" fill = "none" > < / path > < / svg > < span > Inherited< / span > < / label > < / li > < / ul > < / div > < div class = "tsd-theme-toggle" > < label class = "settings-label" for = "tsd-theme" > Theme< / label > < select id = "tsd-theme" > < option value = "os" > OS< / option > < option value = "light" > Light< / option > < option value = "dark" > Dark< / option > < / select > < / div > < / div > < / details > < / div > < details open class = "tsd-accordion tsd-page-navigation" > < summary class = "tsd-accordion-summary" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > < h3 > On This Page< / h3 > < / summary > < div class = "tsd-accordion-details" > < details open class = "tsd-accordion tsd-page-navigation-section" > < summary class = "tsd-accordion-summary" data-key = "section-Properties" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > Properties< / summary > < div > < a href = "#messagechannel" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Property" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > message< wbr / > Channel< / span > < / a > < a href = "#node" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Property" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > node< / span > < / a > < a href = "#syncstatus" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Property" > < use href = "../assets/icons.svg#icon-1024" > < / use > < / svg > < span > sync< wbr / > Status< / span > < / a > < / div > < / details > < details open class = "tsd-accordion tsd-page-navigation-section" > < summary class = "tsd-accordion-summary" data-key = "section-Accessors" > < svg width = "20" height = "20" viewBox = "0 0 24 24" fill = "none" aria-hidden = "true" > < use href = "../assets/icons.svg#icon-chevronDown" > < / use > < / svg > Accessors< / summary > < div > < a href = "#isstarted" > < svg class = "tsd-kind-icon" viewBox = "0 0 24 24" aria-label = "Accessor" > < use href = "../assets/icons.svg#icon-262144" > < / use > < / svg > < span > is< wbr / > Started< / span > < / a > < / div > < / details > < details open class = "tsd-accordion tsd-page-navigation-section" > < summary class = "tsd-accordion-summary" data-key = "section-Methods" > < svg width = "20" height = "20" viewBox = "0 0