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
18 stars 12 forks source link

Convert 'cborld' library to isomorphic (to run in browser) #22

Closed dmitrizagidulin closed 3 years ago

dmitrizagidulin commented 3 years ago

Currently, this library is Node-only, but we need it to work in the browser (without Buffer polyfill and other stuff).

(Depends on PR https://github.com/digitalbazaar/cborld/pull/17).

We need to:

dlongley commented 3 years ago

Fixed by PR #34.