-
Notifications
You must be signed in to change notification settings - Fork 309
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
twitter support, finalizing #286
Conversation
Is this stage 5? |
Yes and this stage will not introduce new feature.. |
254ae21
to
98de491
Compare
What's up here? |
this branch was automatically closed by github. |
40c4334
to
d81f291
Compare
d00c57a
to
99cd0bb
Compare
|
||
export const untilElementAvailable = async (ls: LiveSelector<HTMLElement, boolean>) => { | ||
await timeout(new MutationObserverWatcher(ls).startWatch({ childList: true, subtree: true }).then(), 10000) | ||
return new Promise<void>((resolve, reject) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change to this way to impl?
and we have a IntervalWatcher
in holoflows/kit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the prev implement was not working. maybe delay fixing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe leave an issue for it
delayed to stage LTE:
[?] show welcome not detecting if current user has been setup (#193)
[?] use random website as prefix (#198)
[?] fetchPostContent (facebook) not working properly (#323)
*LTE: Long term evolution