-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Convert examples/components/simpleviewer.js to await/async #14128
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
Comments
Hey I am Jane from Outreachy would love to work on this issue! |
Since these "convert ..." issues are all similar to each other, please only work on one of them and let somebody else work on the others. |
Jane, I see you have picked several issues. Please which one are you working on? I want to pick one but I see your trail all over the place. |
@ginjardev you can take any open issue that doesn't have any PR linked to it. |
Hello! I'm an Outreachy applicant and I'd love to work on this bug. May I be assigned? |
issue resolved : mozilla#14128 I have converted examples/components/simple viewer.js to await/async since it was using outdated style of promise.then and callbacks. So I converted it to use an async function and await style.
Please do not work on this issue unless you have applied to the outreachy project.
The simpleviewer.js example currently uses the older style of
promise.then
and callbacks. Convert it to use anasync
function andawait
style.The text was updated successfully, but these errors were encountered: