-
Notifications
You must be signed in to change notification settings - Fork 42
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
Async Response
#1364
Async Response
#1364
Conversation
07e6608
to
1365d30
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.
Generally looks good. I think a couple of APIs need to be reviewed again though as they've promisified, but they shouldn't have been.
Thanks. I’ve rechecked this against PW. There is only one issue: |
1365d30
to
487c1e1
Compare
487c1e1
to
72377f7
Compare
Converting to a goja.Object here is unnecessary.
72377f7
to
1982d55
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.
LGTM 🚀
What?
Response
.Response
mapping into async.Checklist
Related PR(s)/Issue(s)
#1309