forked from jrconlin/WebPushDataTestPage
-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Steps to reproduce:
- Go to https://mozilla-services.github.io/WebPushDataTestPage/
- Click to Register the service worker
- Click to Get the subscription info
- Update the value in the
datatextareainput. - Click "Encrypt the data"
- Scroll down to "Send the message" and click "Send the data" or copy and paste the
curlcommands
Expected results:
The push message should show with the content entered in the data textarea input.
Actual results:
The push message always shows with "This is test data" no matter what's in the data input.