-
Notifications
You must be signed in to change notification settings - Fork 133
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
Expose ProgressEvent to ServiceWorker #308
Conversation
"Expose ProgressEvent to ServiceWorker"
Hey, thanks, the patch looks perfect! A few nits for the description, could you:
|
Is that okay? |
You'll see the Edit button next to the Open with button, please click it and you can edit the title 😊 |
BTW, you need to sign the Participation Agreement for your contribution, please go here and do the required steps. Sorry for the unexpected paperwork 😬 |
After that, during workdays someone will review this once more and merge it. Thank you for your hard work 😍 |
Thank you |
Entity name? I think you are supposed to fill only the "If signing as an Individual" form 👀 (unless you are doing this as a part of your job). |
And thank you for setting the right title! It would be even better without the quotes. |
Thank You @saschanaz |
Per this page it needs to be verified by the admins, which will happen probably next week. Hold tight 😉 |
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.
Thanks! Could you change this to Window,Worker
instead? Worker
is a shorthand for all three and we generally use that when applicable.
Also, you should feel free to add your name to the Acknowledgments section. |
@annevk |
@saschanaz Thank You for your guidance!! |
@Rashika101 yeah, instead of |
To reduce confusion: Feel free to ping me when you need any more help 💕 |
@saschanaz @annevk |
Hmm, you don't have to create new patch, you can edit existing patch by Files changed -> "..." button (next to xhr.bs) -> Edit file. But that also works 👀 |
Should I do it again now in this patch? |
I'd say please give it a try 😁 |
Done.....Is that visible? |
Yup, perfectly splendid! |
Thank You...Any change required in title? |
No, the patch still does the same work, just in a shorter way 😀 BTW, have you considered adding your name to Acknowledgments? We totally want to list the contributors who gave valuable patch(es) and you also deserve it! It's not a requirement, so feel free to ignore it. |
Yes, i want to add name...How to do that? |
It's same, in the same file search "Acknowledgments" and you'll see several names ordered in alphabetical way. Please add your name there 😉 |
Excuse me.....feeling stupid |
Oh, it's "Acknowledgments" (it lacks "e" between "legd" and "ments", English is weird 😄) |
Sorry..... |
In the xhr.bs file, the one you just edited. Make sure you tap Control+F (Or Command+F if you are on macOS) after you click the text editor or you won't see anything. |
Oh I mean,
|
I did it in the same way. But nothing happens. |
Could you explain what you saw on the screen when you tried it? Did you fail to find the names? |
When I search "Ackno" nothing comes up.. |
Did you click the text editor before searching? It works in a bit weird way, it may not come up if you didn't. (It's sad that we couldn't ship FindText API to make this straightforward.) |
Is there any other way to do so? |
Oh,Thank You so much. |
Good! Could you move your name before Robin Berjon so that the list can be alphabetically ordered? (so that Rashika comes before Robin) |
Oh excuse me. |
Okay, now everything is perfect and we can just wait for the verification for your participation form. Thank you! 🎉🎉 |
Thank you. Until we can work on other issues.? |
I guess no good first issue anymore in this repository. I think issues in whatwg generally require some knowledge of web standards than others (this one was luckily exceptional 😁) , so you may want to try other repositories too. @annevk may have some thought, though. |
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.
Thanks! I looked through some of the remaining good first issues within the WHATWG and it seems they require a bit more experience indeed.
Fixes #305
"Expose ProgressEvent to ServiceWorker"
(See WHATWG Working Mode: Changes for more details.)
Preview | Diff