Open andersevenrud opened 5 years ago
When a filesystem cannot be watched by the server, the client should emit these events.
The server already emits the following event when a filesystem is set to watch (and the adapter can support this):
osjs/vfs:watch:change { source: 'server', path: 'mount:/path/to/directory', action: 'unlinkDir', type: 'remove' }
This is the event action/type map:
Related: https://github.com/os-js/osjs-server/issues/12
When a filesystem cannot be watched by the server, the client should emit these events.
The server already emits the following event when a filesystem is set to watch (and the adapter can support this):
This is the event action/type map: