You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polluting the window object with the getStats method shouldn't be necessary when module.exports is available. Instead just export the function. This will help users who bundle their javascript with tools like browserify: http://browserify.org/, or people using webrtc in node.js via wrtc.
The text was updated successfully, but these errors were encountered:
I'm wondering what happened to this issue? It looks like it was added but then removed. Was there a reason for that? Would you be open to pull requests for this feature?
Polluting the
window
object with thegetStats
method shouldn't be necessary when module.exports is available. Instead just export the function. This will help users who bundle their javascript with tools likebrowserify
: http://browserify.org/, or people using webrtc in node.js viawrtc
.The text was updated successfully, but these errors were encountered: