Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

362 All DesktopAgent and Channel APIs are async #516

Merged

Conversation

kriswest
Copy link
Contributor

resolves #362

  • Updates the following functions to be async (all return promises):
    • fdc3.broadcast & channel.broadcast
    • fdc3.addIntentListener
    • fdc3.addContextListener & channel.addContextListener
    • fdc3.getInfo
  • Updated documentation and examples
  • Updates method.ts and associated tests

@kriswest kriswest changed the title All DesktopAgent and Channel APIs are async 362 All DesktopAgent and Channel APIs are async Nov 26, 2021
@kriswest kriswest added api FDC3 API Working Group channels feeds & transactions Channels, Feeds & Transactions Discussion Group labels Nov 26, 2021
Copy link
Contributor

@mattjamieson mattjamieson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rikoe rikoe merged commit 0ece665 into finos:master Dec 21, 2021
@kriswest kriswest deleted the 362-DesktopAgent-and-Channel-APIs-should-be-async branch February 4, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api FDC3 API Working Group channels feeds & transactions Channels, Feeds & Transactions Discussion Group cla-present
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All DesktopAgent and Channel APIs should be async
3 participants