*Reformat
This commit is contained in:
parent
aefa2712db
commit
79c2b167ae
|
@ -9,6 +9,7 @@ import sodium from "sodium-universal";
|
||||||
import b4a from "b4a";
|
import b4a from "b4a";
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import c from "compact-encoding";
|
import c from "compact-encoding";
|
||||||
|
|
||||||
const PROTOCOL = "lumeweb.proxy.handshake";
|
const PROTOCOL = "lumeweb.proxy.handshake";
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
@ -20,6 +21,7 @@ import {
|
||||||
|
|
||||||
export default class HandshakeProxy extends Proxy {
|
export default class HandshakeProxy extends Proxy {
|
||||||
private _join: boolean;
|
private _join: boolean;
|
||||||
|
|
||||||
constructor({
|
constructor({
|
||||||
swarm,
|
swarm,
|
||||||
listen = false,
|
listen = false,
|
||||||
|
|
Loading…
Reference in New Issue