-
Notifications
You must be signed in to change notification settings - Fork 807
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
use input event listener for word counter example closes #51 #80
Conversation
Thanks a lot for opening this one. BTW, we have the following in content that also needs to be updated: https://github.com/mdn/content/blob/ca1fc680cd7c7c04bed18d8ab1fa3988bf7e972e/files/en-us/web/api/element/attachshadow/index.md?plain=1#L163-L166 |
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.
Nice, works well locally after checking out the branch 👍🏻
Updating the content according to the example mdn/web-components-examples#80
thanks @bsmth , here is the link for updating the content repo: |
* Update content according to the example Updating the content according to the example mdn/web-components-examples#80 * fix lint * Update files/en-us/web/api/element/attachshadow/index.md --------- Co-authored-by: Joshua Chen <[email protected]>
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.
Super, thanks a lot!
thanks a lot, looking forward to contribute more. may I know when this be PR will get merge? |
Merging now! |
Word counter example
As mentioned in the issue instead of using setInterval we can use input event listener.
Closes #51