I am working on building a simple web server app with Node and Solid. However, I am having trouble understanding how to use session.fetch() with the solid client methods. I can use it as canonical fetch to perform requests, however I want to use it in methods like saveSolidDatasetAt etc etc and I am not sure how to supply it as an option correctly. Could anyone point me to some example code or something small they wrote themselves?
The .bind(session) isn’t really needed, as we’ve specifically coded the method to not be bothered by it’s this object (it’s already bound to the session class instance)