Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 00:02
· 44 commits to master since this release
dd74307

Minor Changes

  • #1922 266fda58 Thanks @jribbink! - Changes to execStrategy:
    • execStrategy now exported from @onflow/fcl-core
    • Allow overriding execStrategy for FCL Discovery when initializing currentUser.
    • execStrategy now takes additional arguments
      • customRpc - a custom RPC client to communicate with the VIEW, if supported
      • abortSignal - an AbortSignal to cancel the request (and close any open views)

Patch Changes