| commit | 9916998beca540fc96101352626d49fd0193dca8 | [log] [tgz] |
|---|---|---|
| author | jinho.bang <jinho.bang@samsung.com> | Thu Jul 21 10:57:55 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 10:59:31 2016 |
| tree | 2a0ca3dbddc1d4bb844795b378a6ff26ee8ae920 | |
| parent | 10766908401f0dd9631b670aa252c33473c41f67 [diff] |
CacheStorage: caches.match with bad cacheName should resolve with undefined. Make caches.match(request, options)'s promise resolve with undefined (rather than reject) when options.cacheName is given but no corresponding Cache object is found. Related spec issue: https://github.com/slightlyoff/ServiceWorker/issues/891 BUG=610349 Review-Url: https://codereview.chromium.org/2161423003 Cr-Commit-Position: refs/heads/master@{#406817}