Is there a way to create a test notification for this app? #1115
Answered
by
jijojosephk
adriandelgg
asked this question in
Q&A
-
As the title suggests, I'm trying to test out notifications from this app. However, the only way I can do it is if someone sends me one. Is there a way to trigger a test notification to make sure everything is working properly? |
Beta Was this translation helpful? Give feedback.
Answered by
jijojosephk
Feb 22, 2024
Replies: 1 comment 1 reply
-
Open debug window and choose console. Type this and enter new window.Notification('Title',{ body: 'Message'}) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adriandelgg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Open debug window and choose console.
Type this and enter