digitalbazaar / cborld

A Javascript CBOR-LD processor for web browsers and Node.js apps.
https://json-ld.github.io/cbor-ld-spec/
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

Unable to retrieve documentLoader #52

Open kezike opened 2 years ago

kezike commented 2 years ago

Are we supposed to provide our own document loader as an option input to encode and decode? This line suggests that documentLoader is provided by this library, but this value appears to be undefined 🤔

dmitrizagidulin commented 2 years ago

@kezike - ah, thanks for the catch. Yes, the user is supposed to provide their own documentLoader; I'll update the README to reflect that