linkeddata / rdflib.js

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

Update many. Fix getHeader problem #431

Closed timbl closed 4 years ago

timbl commented 4 years ago

UpdateMany is a function we had said we would would try to get people using so that when Solid is extended to allow it in one HTTP request, that can all take advantage of it. In the mean time, we ned to test it and see whether people can manage the error handling when some fail and some don't.

The bug in fetcher was introduced I suspect during the type script conversion. A URI is a string not a node.