You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Codinget
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>
|
4 days ago |
| .. |
|
delete.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
delete_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
doc.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
ext.go
|
feat(taildrop): fix DirectFileMode, void callbacks, and empty WaitingFiles
|
4 days ago |
|
fileops.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
fileops_fs.go
|
feat(taildrop): fix DirectFileMode, void callbacks, and empty WaitingFiles
|
4 days ago |
|
fileops_js.go
|
feat(taildrop): fix DirectFileMode, void callbacks, and empty WaitingFiles
|
4 days ago |
|
integration_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
localapi.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
paths.go
|
feat(taildrop): fix DirectFileMode, void callbacks, and empty WaitingFiles
|
4 days ago |
|
peerapi.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
peerapi_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
resume.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
resume_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
retrieve.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
send.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
send_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
taildrop.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
taildrop_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |
|
target_test.go
|
all: remove AUTHORS file and references to it
|
3 months ago |