linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
564 stars 143 forks source link

Create alternate-fetches.md #532

Closed jeff-zucker closed 2 years ago

jeff-zucker commented 2 years ago

Documentation for authenticated and alternate fetch methods. This should resolve https://github.com/linkeddata/rdflib.js/issues/531.

bourgeoa commented 2 years ago

I was with the idea that best practice was to avoid using global in javascript. Why not indicate directly in 3. that you could either use global/window or $rdf.fetcher ?

jeff-zucker commented 2 years ago

I was with the idea that best practice was to avoid using global in javascript. Why not indicate directly in 3. that you could either use global/window or $rdf.fetcher ?

Yes, that's probably a good idea. I don't know how to make that change without losing the changes you and Ted have made. If I edit the original, it doesn't have any of your changes.

bourgeoa commented 2 years ago

@jeff-zucker

Then make the new changes