| commit | fc99c082b8d4f4ef333aab1abf0f953e2b304ad0 | [log] [tgz] |
|---|---|---|
| author | eero.hakkinen <eero.hakkinen@intel.com> | Thu Jul 07 12:44:44 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 12:47:27 2016 |
| tree | a5127485a169a204d8c29e5b6472a26c275d70b7 | |
| parent | 4eb8d85b3e0261a81ca0c51af386ec2246b492e0 [diff] |
service worker: Fix the type of an update promise reject value This CL changes the type of the update promise reject value to be TypeError (instead of AbortError or NetworkError) if the update promise is rejected because an uncaught runtime script error occured during Run Service Worker algorithm. BUG=617881 Review-Url: https://codereview.chromium.org/2054203002 Cr-Commit-Position: refs/heads/master@{#404140}