What's Changed
- log an error if the binding is not ready by @poborin in #463
- Add a guide about message interval by @temeddix in #469
- Fix JavaScript bindings on the web by @temeddix in #468
New Contributors
Full Changelog: v7.0.4...v7.1.0
- Fixed JavaScript bindings on the web, resolving errors related to the missing
rinf
JavaScript object in web workers. - Cleaned up the usage of the global JavaScript namespace on the web.