Related to #41
I'm working inside Apache CouchDB's JS environment and it (on purpose) has no outbound HTTP request capability. As such, I'm having to write a stub documentLoader to fake that process.
It might be helpful to be able to set documentLoader to false or otherwise disable that functionality or ship with a simple stub documentLoader that references a .contexts = {} list like the one described in the README.
This may also be helpful when the developer doesn't want to do any additional requests to build/parse/change the JSON-LD.
Thanks!
Related to #41
I'm working inside Apache CouchDB's JS environment and it (on purpose) has no outbound HTTP request capability. As such, I'm having to write a stub
documentLoaderto fake that process.It might be helpful to be able to set
documentLoadertofalseor otherwise disable that functionality or ship with a simple stubdocumentLoaderthat references a.contexts = {}list like the one described in the README.This may also be helpful when the developer doesn't want to do any additional requests to build/parse/change the JSON-LD.
Thanks!