
codingetandClaude Sonnet 4.6
bdfcc55797
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-05-18 17:56:31 +00:00
..
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-01-29 18:09:56 -05:00
2026-05-15 15:50:50 -07:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-04-17 10:28:35 -07:00
2026-04-24 19:01:43 -07:00
2026-05-15 15:50:50 -07:00
2026-05-13 11:00:47 -07:00
2026-01-23 15:49:45 -08:00
2026-04-30 11:14:06 -07:00
2026-01-23 15:49:45 -08:00
2026-05-15 15:50:50 -07:00
2026-04-05 15:52:51 -07:00
2026-01-23 15:49:45 -08:00
2026-03-06 13:32:03 -08:00
2026-04-05 15:52:51 -07:00
2026-03-04 13:07:23 -08:00
2026-01-23 15:49:45 -08:00
2026-04-25 15:42:47 -03:00
2026-04-05 15:52:51 -07:00
2026-05-15 15:50:50 -07:00
2026-01-23 15:49:45 -08:00
2026-03-10 17:27:17 -07:00
2026-01-23 15:49:45 -08:00
2026-05-18 17:56:31 +00:00
2026-05-07 21:49:27 +01:00
2026-01-23 15:49:45 -08:00
2026-01-23 15:49:45 -08:00
2026-03-24 09:44:58 -07: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-03-10 17:27:17 -07:00
2026-01-23 15:49:45 -08:00