nodeSolidServer/solid-auth-client

Explain details of fetch function

pheyvaer opened this issue · 4 comments

The readme states The fetch method mimics the browser's fetch API. Does this mean that the input and output are exactly the same as the browser's fetch API?

Indeed, that is what we are aiming for.

Did you find inconsistencies? Or should we document/explain this better?

No inconsistencies. It's about the documentation: I would clearly state that the goal is to have the same input/output.

If you want I can add an extra sentence to the documentation via a PR. Let me know 😄