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
Merge requests
!115
added states table for large client storage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added states table for large client storage
XX-4683/ClientStateDb
into
project/HavenBeta
Overview
1
Commits
14
Pipelines
0
Changes
4
1 unresolved thread
Hide all comments
Merged
Jake Taylor
requested to merge
XX-4683/ClientStateDb
into
project/HavenBeta
1 year ago
Overview
1
Commits
14
Pipelines
0
Changes
4
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
9c280c16
Prev
Next
Show latest version
4 files
+
14
−
357
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
9c280c16
fix deps
· 9c280c16
Jake Taylor
authored
1 year ago
indexedDb/impl/channels/implementation.go
+
1
−
3
Options
@@ -32,9 +32,7 @@ import (
"gitlab.com/xx_network/primitives/id"
)
// wasmModel implements [channels.EventModel] interface, which uses the channels
// system passed an object that adheres to in order to get events on the
// channel.
// wasmModel implements [channels.EventModel] interface backed by IndexedDb.
// NOTE: This model is NOT thread safe - it is the responsibility of the
// caller to ensure that its methods are called sequentially.
type
wasmModel
struct
{
Loading