| commit | 0f261ebcb6c9cc48e98f736a0253fa9aa336a898 | [log] [tgz] |
|---|---|---|
| author | eero.hakkinen <eero.hakkinen@intel.com> | Fri Jul 08 14:52:35 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 14:54:17 2016 |
| tree | 9b75673a4296fa98375dc9039e64aecf8356a60e | |
| parent | 20f8b8fe3e2eabb86d12bfcfc77aa0ca2f4c0127 [diff] |
service worker: Fix the type of a register promise reject value This CL changes the type of the register promise reject value to be TypeError (instead of AbortError or NetworkError) if the register promise is rejected because an uncaught runtime script error occured during Run Service Worker algorithm. BUG=617881 Review-Url: https://codereview.chromium.org/2059953003 Cr-Commit-Position: refs/heads/master@{#404388}