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

cancelPush should return Promise<void> #83

Closed
alexshalamov opened this issue Oct 30, 2015 · 1 comment
Closed

cancelPush should return Promise<void> #83

alexshalamov opened this issue Oct 30, 2015 · 1 comment

Comments

@alexshalamov
Copy link

On some platforms, cancellation of "pushed" NFC message is async operation and can fail or raise exception. It would be better if cancelPush would return Promise

zolkis added a commit to zolkis/web-nfc that referenced this issue Nov 4, 2015
…3c#84. Handle push related TAG review comments: simplified and aligned push message, optional push options with sensible defaults, improved push and cancelPush steps, option for suspending watches during push(), editorials.
zolkis added a commit to zolkis/web-nfc that referenced this issue Nov 4, 2015
… fix IDL for unwatch(), reverse param order for watch() and make options optional, make cancelPush target optional.
@zolkis
Copy link
Contributor

zolkis commented Nov 6, 2015

Fixed by #88.

@zolkis zolkis closed this as completed Nov 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants