-
Notifications
You must be signed in to change notification settings - Fork 176
Open
Labels
Description
In older browsers without WebSockets, WebSockify attempts to load a Flash file as a polyfill.
But it doesn't load properly.
WebSockify uses its own load_scripts function to dynamically pull in polyfills at runtime, which clashes with RequireJS. In addition, it requires access to the SWF file in the build directory at a particular location relative to the WebSockify JavaScript file.
Proposed solution:
- Do not bundle WebSockify with Doppio. If a user wants WebSockify, they should drop it into the doppio.js directory and we will 'do the right thing'.
Reactions are currently unavailable