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:
@@ -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 = { };
|
||||
|
||||
Reference in New Issue
Block a user