-
Notifications
You must be signed in to change notification settings - Fork 327
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
[LLM] Promise.allSettled polyfill #6401
[LLM] Promise.allSettled polyfill #6401
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
4 Ignored Deployments
|
fc16cea
to
6f76817
Compare
it is possible that an higher version of Hermes solves this, facebook/hermes#766 (comment) |
6f76817
to
913cd0b
Compare
913cd0b
to
d87cd4b
Compare
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.
looks good to me!
π Description
Some of the libraries we use on LLM use
Promise.allSettled
however it's not supported natively in mobile environment. So we use add this polyfill to add the supportβ Context
β Checklist
Pull Requests must pass the CI and be code reviewed. Set as Draft if the PR is not ready.
npx changeset
was attached.π§ Checklist for the PR Reviewers