commit | 22e04357bc9bcfe37aa8de313fe7081944daadda | [log] [tgz] |
---|---|---|
author | johnme <[email protected]> | Sat Nov 08 02:53:09 2014 |
committer | Commit bot <[email protected]> | Sat Nov 08 02:53:49 2014 |
tree | cb8127bee67957c0a9a996b1d01fd1eadd025f80 | |
parent | fc47ce190a01e2a5cb5a38a38303c53047839afc [diff] |
Allow Blink to respond asynchronously to SW Push events (side 1/3) This will be necessary once Push events support event.waitUntil to keep the Service Worker alive until the Promise is resolved (https://github.com/w3c/push-api/issues/85). Required by Blink https://codereview.chromium.org/709103002 BUG=430888, 401438 Review URL: https://codereview.chromium.org/708913003 Cr-Commit-Position: refs/heads/master@{#303365}