npm install @inrupt/solid-client solid-auth-client
See https://inrupt.github.io/solid-client-js/docs/
solid-client uses relatively modern JavaScript features that will work in all commonly-used browsers, except Internet Explorer. If you need support for Internet Explorer, it is recommended to pass it through a tool like Babel, and to add polyfills for e.g. Set
, Promise
, Headers
, Array.prototype.includes
and String.prototype.endsWith
.
See the release notes.
MIT © Inrupt