OLD | NEW |
---|---|
(Empty) | |
1 <!-- Note that PushMessagingDispatcher::DoSubscribe() only looks at the web | |
2 manifest, so we list the manifest here. | |
3 However, this also means we cannot use PushMessaging from a service | |
Devlin
2015/11/18 23:42:06
Hmm... not strictly true, right, as long as the ba
lazyboy
2015/11/19 02:40:28
That's right, updated the comment.
| |
4 worker of a background page. | |
5 --> | |
6 <link rel="manifest" href="web_manifest.json"> | |
7 <script src="page.js"></script> | |
OLD | NEW |