class ExtensionSyncWeb
implements IServerExtension
import { ExtensionSyncWeb } from "https://deno.land/x/earthstar@v10.2.0/src/entries/npm.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