Skip to content

Commit

Permalink
BREAKING: Use ES class; drop inherits dep
Browse files Browse the repository at this point in the history
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
feross committed Aug 6, 2019
1 parent f122e7a commit e8add3e
Show file tree
Hide file tree
Showing 2 changed files with 837 additions and 872 deletions.
Loading

0 comments on commit e8add3e

Please sign in to comment.