Added a related samples section for push notifications

This commit is contained in:
Owen Campbell-Moore 2015-05-05 11:49:34 -07:00
Родитель 04ec3fb9c6
Коммит 7ad9e0df57
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -42,3 +42,7 @@ take control of the page that just registered it.
- [Using `window.caches`](https://googlechrome.github.io/samples/service-worker/window-caches/index.html) -
a sample showing how `window.caches` provides access to the Cache Storage API.
# Related samples
- Instructions for [registering for Push Messages and showing Notifications](https://github.com/GoogleChrome/samples/tree/gh-pages/push-messaging-and-notifications).