Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At the moment, running `Backend` in the browser requires a polyfill of the entire `util` built-in, when we only use `inherits`. This change adds a dependency on `inherits`, which [uses][1] the Node.js built-in if available, otherwise [falls back][2] to a browser-compatible polyfill. This allows downstream consumers avoiding having to polyfill `util`. [1]: https://github.com/isaacs/inherits/blob/1286b65f07a03953d3857bf3dd1d77e8beede704/inherits.js#L5 [2]: https://github.com/isaacs/inherits/blob/1286b65f07a03953d3857bf3dd1d77e8beede704/inherits.js#L8
- Loading branch information