digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.66k stars 195 forks source link

Are there any plans to add again the custom documentLoader? #530

Open phochste opened 1 year ago

phochste commented 1 year ago

From the CHANGELOG I read that support for a custom documentLoader was removed since 6.0.0 from the package. Are there any plans to support this functionality in the future? The jsonld package is the only package I know that handles JSON-LD frames well in Javascript. However, I'm dependent on remote context and frame documents for my project.

My current solution is quite hacky. When processing a JSON-LD frame:

Or, is there currently a better way to solve this?