mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 14:56:09 +01:00
- Check if storageName contains path separators to prevent path injection - saveData and removeData return complete IWebSocketData objects with code, msg, and data fields for result checking - saveData and removeData immediately modify this.data[storageName] at function start, so even if the operation fails, subsequent use of this.data[storageName] is not affected - All methods always resolve |
||
|---|---|---|
| .. | ||
| API.ts | ||
| customBlockRender.ts | ||
| EventBus.ts | ||
| index.ts | ||
| loader.ts | ||
| Menu.ts | ||
| openTopBarMenu.ts | ||
| ProtyleMethod.ts | ||
| Setting.ts | ||
| uninstall.ts | ||