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