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 Jan 24, 2019. It is now read-only.
Switching to offline mode if typeof global.WebSocket === 'undefined'might be enough. This is currently blocking Android support via beaker. See: mozilla/makedrive#448
The text was updated successfully, but these errors were encountered:
Ok so I looked into this, looks like requiring MakeDrive at all will throw. Unfortunately since offline mode still relies on MakeDrive for local filesystem stuff, we'll either have to:
disable all makedrive functionality if no websockets
Switching to offline mode if
typeof global.WebSocket === 'undefined'
might be enough. This is currently blocking Android support via beaker. See: mozilla/makedrive#448The text was updated successfully, but these errors were encountered: