reyesoft / ngx-jsonapi

JSON API client library for Angular 5+ 👌 :: Production Ready 🚀
https://ngx-jsonapi.reyesoft.com/
MIT License
101 stars 52 forks source link

Removing Localforage / Respect Caching Configuration #188

Closed iamchrismiller closed 5 years ago

iamchrismiller commented 5 years ago

In Safari we see user request for WebSql Allocation.

Seems like the culprit is Localforage even though we have opted out of caching explicitely.

    NgxJsonapiModule.forRoot({
      url: '/',
      cache_prerequests: false,
      cachestore_support: false
    }),