Skip to content

WebSocket Flash Fallback Fails #258

@jvilk

Description

@jvilk

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions