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
Using kinto.js without kinto-http.js is a totally viable solution. We should figure out a reasonable way to enable that use case for users that want a smaller bundle and are okay with giving up sync abilities.
I think this can be accomplished if we export KintoBase and the user omits adding a ApiClass getter. We could probably also handle this in the library by creating our own class like OfflineKinto or something.
The text was updated successfully, but these errors were encountered:
Using
kinto.js
withoutkinto-http.js
is a totally viable solution. We should figure out a reasonable way to enable that use case for users that want a smaller bundle and are okay with giving up sync abilities.I think this can be accomplished if we export KintoBase and the user omits adding a
ApiClass
getter. We could probably also handle this in the library by creating our own class likeOfflineKinto
or something.The text was updated successfully, but these errors were encountered: