You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Js-data-http V3, has 3 variants, with Axios, without Axios uses Fetch and the Node version.
In order to support these i suggest externalising the creation of the HTTP adapter variant to be used.
The variant to be used could be passed as a parameter:
Dependency injection.
or a value to indicate which variant to use.
Haven't decided which will approach to use yet but normally i think 1. would be best
The text was updated successfully, but these errors were encountered:
Js-data-http V3, has 3 variants, with Axios, without Axios uses Fetch and the Node version.
In order to support these i suggest externalising the creation of the HTTP adapter variant to be used.
The variant to be used could be passed as a parameter:
Haven't decided which will approach to use yet but normally i think 1. would be best
The text was updated successfully, but these errors were encountered: