
codingetandClaude
9f96b7434c
feat(taildrop): fix DirectFileMode, void callbacks, and empty WaitingFiles
- Add SetStagedFileOps to Extension: sets fileOps without enabling
DirectFileMode, so WASM clients use staged retrieval (WaitingFiles,
OpenFile, DeleteFile) instead of direct-write mode.
- Add directFileOps bool field: SetFileOps (Android SAF) sets it true;
SetStagedFileOps (WASM JS) leaves it false. onChangeProfile now uses
`fops != nil && e.directFileOps` to determine DirectFileMode.
- Add jsCallVoid to jsFileOps: void ops (openWriter, write, closeWriter,
remove) now use cb(err?: string) instead of cb(null, err: string).
- Fix waitingFiles() returning JSON null when no files are waiting:
normalise nil slice to empty slice before marshalling.
- Update wireTaildropFileOps to call SetStagedFileOps.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 22:48:11 +00:00
..
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-02-19 16:06:12 +00:00
2026-04-05 20:20:32 -07:00
2026-01-23 15:49:45 -08:00
2026-04-09 14:39:46 +01:00
2026-04-07 18:40:41 -04:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-04-05 15:52:51 -07:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-04-05 15:52:51 -07:00
2026-04-09 13:33:39 -04:00
2026-03-05 20:13:18 -08:00
2026-01-23 15:49:45 -08:00
2026-03-06 13:32:03 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-03-24 14:45:23 +00:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-27 14:49:56 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-03-06 13:32:03 -08:00
2026-03-06 13:32:03 -08:00
2026-04-07 11:59:38 +01:00
2026-01-23 15:49:45 -08:00
2026-03-24 10:52:20 -04:00
2026-03-06 13:32:03 -08:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-04-07 10:22:37 -07:00
2026-04-07 18:10:54 -07:00
2026-01-23 15:49:45 -08:00
2026-03-06 14:05:35 -08:00
2026-01-23 15:49:45 -08:00
2026-04-13 22:48:11 +00:00
2026-04-05 15:52:51 -07:00
2026-01-23 15:49:45 -08:00
2026-04-08 17:24:18 -07:00
2026-04-05 15:52:51 -07:00
2026-04-05 20:20:32 -07:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00