1
0
mirror of https://github.com/falk-werner/webfuse-example synced 2025-12-17 20:01:50 +00:00

updated to webfuse 0.2.0

This commit is contained in:
Falk Werner
2020-03-01 21:09:41 +01:00
parent b53ad97cd6
commit 646867ba3e
3 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import { BadState } from "./bad_state.js";
export class Client {
static get _PROTOCOL() { return "fs"; }
static get _PROTOCOL() { return "webfuse-adapter-server"; }
constructor(provider) {
this._provider = { };