代码之家  ›  专栏  ›  技术社区  ›  core

HTML 5 WebSocket

  •  0
  • core  · 技术社区  · 17 年前

    1 回复  |  直到 17 年前
        1
  •  1
  •   meder omuraliev    17 年前

    取自 http://www.youtube.com/watch?v=CrV9jJQn_MA 看起来有一个补丁可以在Mozilla Firefox中启用它(还没有原生)。

    see: https://bugzilla.mozilla.org/show_bug...
    
    In order to apply the patch, you have to:
    1. Download the patch from the link above
    2. Download the mozilla source code:
    hg clone http://hg.mozilla.org/mozilla-central/ src
    3. Apply the patch:
    patch -p1 -f /.../downloaded-patch
    4. Prepare your .mozconfig, following this:
    https://developer.mozilla.org/en/Build_Documentation
    5. Build:
    make -f client.mk
    6. Run it