digitalbazaar / jsonld.js

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

fix: global is unavailable in browser context #311

Closed chigix closed 3 years ago

chigix commented 5 years ago

Signed-off-by: Richard Lea chigix@zoho.com

chigix commented 5 years ago

Related to the issue in history: https://github.com/digitalbazaar/jsonld.js/issues/267

davidlehn commented 3 years ago

5.1.0 changed to use globalThis. Native support or the bundler/core-js support should work in all browser contexts.