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

Make Uninstall link, that will start the uninstall process of the package #71

Open
Konard opened this issue Oct 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Konard
Copy link
Member

Konard commented Oct 8, 2023

The key idea is to await deep.await all other promises so it would be possible for package to do come actions on uninstall before the package is deleted.

For example to wait all promises except this promise.

But can we await a single promise or all promises except executing one for the specified link?

Based on current version of the awaitPromise code:
https://github.com/deep-foundation/deeplinks/blob/00a1ca0ca51b3b25ba59a31ee2b4f1f410c0f55b/imports/promise.ts#L37-L70

The answer is no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant