cherry-studio/packages/shared
fullex bd448b5108 refactor: remove AbortSignal support from DataApiService and related components
- Eliminated AbortSignal handling from ApiClient interface and DataApiService to streamline request processing.
- Updated IpcAdapter to remove event sender logic for responses, aligning with the new direct IPC approach.
- Adjusted tests to reflect the removal of cancellation capabilities, emphasizing that direct IPC requests cannot be cancelled.
- Cleaned up related code and comments to enhance clarity and maintainability.
2025-09-13 13:50:59 +08:00
..
config Merge branch 'main' of github.com:CherryHQ/cherry-studio into wip/data-refactor 2025-09-06 18:20:53 +08:00
data refactor: remove AbortSignal support from DataApiService and related components 2025-09-13 13:50:59 +08:00
IpcChannel.ts feat: add Data API channels and integrate swr for data fetching 2025-09-13 00:55:15 +08:00