Skip to content

@lingo.dev/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 09:29
· 75 commits to main since this release

Minor Changes

  • #998 cb2aa0f Thanks @VAIBHAVSING! - Added support for AbortController to all public SDK methods, enabling consumers to cancel long-running operations using the standard AbortController API. Refactored internal methods to propagate AbortSignal and check for abortion between batch chunks. Updated fetch calls to use AbortSignal for network request cancellation.