We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While working on #268, Anthony found this use case wouldn't work:
if anyone tries to do anything async from the SEARCH_HIDE event, the code will likely be cut off. The operation order can be something like: User clicks results Event SEARCH_HIDE is fired off Browser navigates to link href Event SEARCH_HIDE is never consumed, or async code like fetch never finishes. The user doesn't have the ability to affect the event propagation, so the browser will always follow the link.
if anyone tries to do anything async from the SEARCH_HIDE event, the code will likely be cut off. The operation order can be something like:
The user doesn't have the ability to affect the event propagation, so the browser will always follow the link.
I'm not sure what's the solution here, but I'm opening this issue to have a place to track this conversation.
Reference: #268 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working on #268, Anthony found this use case wouldn't work:
I'm not sure what's the solution here, but I'm opening this issue to have a place to track this conversation.
Reference: #268 (comment)
The text was updated successfully, but these errors were encountered: