Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
2ba837f3
Commit
2ba837f3
authored
2 years ago
by
Jono Wenger
Browse files
Options
Downloads
Patches
Plain Diff
Update comments
parent
273a833a
No related branches found
No related tags found
1 merge request
!6
XX-4050 / Send E2E test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wasm/channels.go
+10
-10
10 additions, 10 deletions
wasm/channels.go
with
10 additions
and
10 deletions
wasm/channels.go
+
10
−
10
View file @
2ba837f3
...
...
@@ -221,8 +221,8 @@ func (ch *ChannelsManager) ReplayChannel(_ js.Value, args []js.Value) interface{
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty
[GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty
//
[bindings.GetDefaultCMixParams]
will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
...
...
@@ -264,8 +264,8 @@ func (ch *ChannelsManager) SendGeneric(_ js.Value, args []js.Value) interface{}
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[5] - JSON of [xxdk.CMIXParams]. If left empty
[GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[5] - JSON of [xxdk.CMIXParams]. If left empty
//
[bindings.GetDefaultCMixParams]
will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
...
...
@@ -307,8 +307,8 @@ func (ch *ChannelsManager) SendAdminGeneric(_ js.Value, args []js.Value) interfa
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty
[GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty
//
[bindings.GetDefaultCMixParams]
will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
...
...
@@ -357,8 +357,8 @@ func (ch *ChannelsManager) SendMessage(_ js.Value, args []js.Value) interface{}
// valid until, in milliseconds. As per the [channels.Manager] documentation,
// this has different meanings depending on the use case. These use cases may
// be generic enough that they will not be enumerated here (int).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty
[GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[4] - JSON of [xxdk.CMIXParams]. If left empty
//
[bindings.GetDefaultCMixParams]
will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
...
...
@@ -398,8 +398,8 @@ func (ch *ChannelsManager) SendReply(_ js.Value, args []js.Value) interface{} {
// own. Alternatively, if reacting to another user's message, you may
// retrieve it via the ChannelMessageReceptionCallback registered using
// RegisterReceiveHandler (Uint8Array).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty
[GetDefaultCMixParams]
// will be used internally (Uint8Array).
// - args[3] - JSON of [xxdk.CMIXParams]. If left empty
//
[bindings.GetDefaultCMixParams]
will be used internally (Uint8Array).
//
// Returns a promise:
// - Resolves to the JSON of [bindings.ChannelSendReport] (Uint8Array).
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment