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
!6
Something went wrong on our end
XX-4050 / Send E2E test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
XX-4050 / Send E2E test
XX-4050/sendE2eTest
into
release
Overview
0
Commits
32
Pipelines
0
Changes
5
Merged
Jono Wenger
requested to merge
XX-4050/sendE2eTest
into
release
2 years ago
Overview
0
Commits
32
Pipelines
0
Changes
5
Expand
Adds test for sending E2E message between two clients running in the browser
0
0
Merge request reports
Viewing commit
1a4ec998
Prev
Next
Show latest version
5 files
+
5
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
1a4ec998
Fix server
· 1a4ec998
Jono Wenger
authored
2 years ago
examples/sendE2E/receiver.html
+
2
−
1
Options
@@ -12,7 +12,8 @@
<title>
Receiver
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../assets/styles.css"
>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"receiver-favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"receiver.ico"
/>
<script
type=
"text/javascript"
src=
"xxdk.js"
></script>
<script
type=
"text/javascript"
src=
"../assets/utils.js"
></script>
Loading