1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/ui/app
Mark Stacey 3e9d247d4b
Fix fetch-with-cache (#7083)
The `fetch-with-cache` utility was failing to actually cache anything.
It would cache an object with cache time and URL, and would return that
instead of a valid response. This resulted in the error:
`TypeError: fourByteResponse.json is not a function`

The utility was updated to call `.json()` within itself, and cache the
JSON response. The function signature was updated as well, to expect an
options object instead of just the `cacheRefreshTime` option. The
timeout was added to this options object, which helped with testing.

The utility method now also handles unsuccessfull responses, and
incompatible `fetch` options.
2019-09-04 16:10:23 -03:00
..
components Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
css Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
ducks Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
helpers Fix fetch-with-cache (#7083) 2019-09-04 16:10:23 -03:00
pages Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00
selectors Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
store Right-to-left CSS (using module for conversion) (#7072) 2019-09-03 14:47:54 -03:00