class ExtensionSyncWeb
implements IServerExtension
import { ExtensionSyncWeb } from "https://deno.land/x/earthstar@v10.0.1/src/entries/node.ts";
An extension which enables synchronisation over the web via HTTP.
Constructors
new
ExtensionSyncWeb(opts: ExtensionSyncOpts<F>)Properties
private
formats: FormatsArg<F> | undefinedprivate
wss: WebSocketServer