-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update sample message to pass user provided input #2
Comments
Can I work on this for the Hacktober 2020 event? |
@arnxv0 I've assigned this to you for now. If you don't get around to it in a couple days I'll probably unassigned so others feel comfortable taking a pass. |
Alright, I'll get to work soon :) |
@arnxv0 do you expect to get a chance to work on this soon? If not I may unassign it so others feel like they can jump in. |
@acrosman hay, I'm really sorry, I am a little busy with other projects right now. Feel free to unassign it and give others a chance :) |
i would like to work on this. |
Swap complete. |
Right now the sample IPC message passes a block of hard coded text, and then bounces that back as an alert.
It would be a nice addition to show a method for capturing text from the user in a text field, passing that back to the main thread, and then displaying a message in the page body in response.
The text was updated successfully, but these errors were encountered: