Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: Use ES class; drop
inherits
dep
Use an ES class so we can drop the `inherits` dependency. All the WebRTC environments we support have supported ES classes for a long time. All usages of `Peer()` must be replaced with `new Peer()` now. This was always the way code examples in the readme have been written.
- Loading branch information