Without this change, [undefined] is passed to toolbox.precache() when there is no precache config. This didn't lead to anything too drastic in earlier versions of Chrome, but starting in Chrome 50, failed fetches in the underlying cache.addAll() call will caught the promise to reject.
R: @wibblymat @addyosmani @gauntface
Without this change,
[undefined]
is passed totoolbox.precache()
when there is no precache config. This didn't lead to anything too drastic in earlier versions of Chrome, but starting in Chrome 50, failed fetches in the underlyingcache.addAll()
call will caught the promise to reject.