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
{{ message }}
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
This function seems to expect document and window globals to exist, giving a runtime error when called in a web worker. As far as I know, webrtc support does not exist within a worker, so a simple fix is to check if document and window exist, and if not then return false for all relevant booleans.
The text was updated successfully, but these errors were encountered:
This function seems to expect document and window globals to exist, giving a runtime error when called in a web worker. As far as I know, webrtc support does not exist within a worker, so a simple fix is to check if document and window exist, and if not then return false for all relevant booleans.
The text was updated successfully, but these errors were encountered: