Implements the "Network only" strategy: https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#network-only
Always tries to fetch from the fetcher. Does not have caching.
type of the data to be cached.
Generated using TypeDoc
Implements the "Network only" strategy: https://developers.google.com/web/fundamentals/instant-and-offline/offline-cookbook/#network-only
Always tries to fetch from the fetcher. Does not have caching.