Updated File Event Monitor (markdown)

Namhyeon Go 2024-09-17 23:48:00 +09:00
parent b3e7da695b
commit 70700d2fcd

@ -12,7 +12,7 @@ The events that can be handled are as follows:
### Implement an event listener
The methods `onFileCreated`, `onNetworkConnected`, and `onRegistryModified` are available to implement an event listener. You can find examples in `defaultService.js`.
The methods `onFileCreated`, `onNetworkConnected`, and `onRegistryModified` are available to implement an event listener. You can find examples in `defaultService.example.js`.
```js
function onFileCreated(args) {